chore: Follow up no more chats found label
This commit is contained in:
parent
664548d937
commit
612711d602
1 changed files with 3 additions and 1 deletions
|
|
@ -266,7 +266,9 @@ class ChatListViewBody extends StatelessWidget {
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.all(16.0),
|
padding: const EdgeInsets.all(16.0),
|
||||||
child: Text(
|
child: Text(
|
||||||
L10n.of(context)!.noChatsFoundHere,
|
client.rooms.isEmpty
|
||||||
|
? L10n.of(context)!.noChatsFoundHere
|
||||||
|
: L10n.of(context)!.noMoreChatsFound,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue