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