mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Fix navigation controller toolbar when opening the from a notification
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user