Fix navigation controller toolbar when opening the from a notification

This commit is contained in:
ismailgulek
2022-08-26 14:12:55 +03:00
parent e5db15af08
commit e1654280ff
@@ -291,6 +291,8 @@
- (void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
[self.navigationController setToolbarHidden:YES animated:NO];
// Observe server sync process at room data source level too
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(onMatrixSessionChange) name:kMXKRoomDataSourceSyncStatusChanged object:nil];