mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Fix UITableViewAlertForLayoutOutsideViewHierarchy errors
This commit is contained in:
@@ -308,7 +308,9 @@
|
||||
}
|
||||
|
||||
// Finalize view controller appearance
|
||||
[self updateViewControllerAppearanceOnRoomDataSourceState];
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[self updateViewControllerAppearanceOnRoomDataSourceState];
|
||||
});
|
||||
|
||||
// no need to reload the tableview at this stage
|
||||
// IOS is going to load it after calling this method
|
||||
|
||||
Reference in New Issue
Block a user