mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Server Offline Activity Indicator (#6314)
* Server Offline Activity Indicator - implemented
This commit is contained in:
@@ -5512,8 +5512,7 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
}
|
||||
else if ([AppDelegate theDelegate].isOffline)
|
||||
{
|
||||
self.activitiesViewExpanded = YES;
|
||||
[roomActivitiesView displayNetworkErrorNotification:[VectorL10n roomOfflineNotification]];
|
||||
// Doing nothing here as the offline notification is now handled by the AppCoordinator
|
||||
}
|
||||
else if (self.customizedRoomDataSource.roomState.isObsolete)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user