Add new loading indicators

This commit is contained in:
Andy Uhnak
2022-02-12 17:18:52 +00:00
parent e1db1620ee
commit 514bdb4705
24 changed files with 628 additions and 188 deletions

View File

@@ -220,7 +220,7 @@
if ([MXKRoomDataSourceManager sharedManagerForMatrixSession:mxSession].isServerSyncInProgress)
{
// sync is in progress for at least one data source, keep running the loading wheel
[self.activityIndicator startAnimating];
[self startActivityIndicator];
break;
}
}