chore: Follow up no more chats found label

This commit is contained in:
krille-chan 2024-08-11 11:35:26 +02:00
parent 664548d937
commit 612711d602
No known key found for this signature in database

View file

@ -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,