Add wallpaper
This commit is contained in:
parent
09ca7d817d
commit
771aa6fbe2
12 changed files with 109 additions and 32 deletions
|
|
@ -350,7 +350,7 @@ class _ChatListState extends State<ChatList> {
|
|||
title: Text(I18n.of(context).publicRooms),
|
||||
),
|
||||
)
|
||||
: Divider(indent: 70, height: 1),
|
||||
: Container(),
|
||||
itemCount: totalCount,
|
||||
itemBuilder: (BuildContext context, int i) => i < rooms.length
|
||||
? ChatListItem(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue