Skip to content

Why is that #166

@emmettlu

Description

@emmettlu
    RoomsList = {{RoomsList}} {
        width: Fill, height: Fill
        flow: Up

        list = <PortalList> {
            keep_invisible: false
            width: Fill, height: Fill
            flow: Down, spacing: 0.0

            room_preview = <RoomPreview> {}
            empty = <Empty> {}
            room_status_label = <StatusLabel> {}
            bottom_filler = <View> {
                width: Fill,
                height: 100.0,
            }
        }
    }

In the rooms_list.rs, once you change the height under RoomsList Fill to Fit, Robrix will run with a black screen, and Large amount of memory consumption.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions