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: const EdgeInsets.all(16.0),
|
||||
child: Text(
|
||||
L10n.of(context)!.noChatsFoundHere,
|
||||
client.rooms.isEmpty
|
||||
? L10n.of(context)!.noChatsFoundHere
|
||||
: L10n.of(context)!.noMoreChatsFound,
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 18,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue