chore: Follow up no more chats found label

pull/1272/head
krille-chan 7 months ago
parent 664548d937
commit 612711d602
No known key found for this signature in database

@ -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…
Cancel
Save