Fix UITableViewAlertForLayoutOutsideViewHierarchy errors

This commit is contained in:
ismailgulek
2022-08-12 17:46:17 +03:00
parent 18dce692aa
commit 142584eedd
2 changed files with 26 additions and 19 deletions
+3 -1
View File
@@ -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