Update German localization

This commit is contained in:
Janez T
2026-03-08 20:38:41 +01:00
parent 0f91292fd7
commit d51924021f
13 changed files with 153 additions and 151 deletions

View File

@@ -217,11 +217,12 @@ class _ContactsTabState extends State<ContactsTab> {
final channels = _sortContactsByDistance(contactsProvider.channels);
final pendingAdverts = contactsProvider.pendingAdverts;
// Check if there are any displayable contacts (excluding channels)
// Check if there are any displayable contacts
final hasDisplayableContacts =
chatContacts.isNotEmpty ||
repeaters.isNotEmpty ||
rooms.isNotEmpty ||
channels.isNotEmpty ||
pendingAdverts.isNotEmpty;
if (!hasDisplayableContacts) {