Server Offline Activity Indicator (#6314)

* Server Offline Activity Indicator

- implemented
This commit is contained in:
Gil Eluard
2022-07-05 14:04:52 +02:00
committed by GitHub
parent 4c84d1b15c
commit f91e84af00
15 changed files with 179 additions and 14 deletions
+1 -2
View File
@@ -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)
{