mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Merge pull request #92 from vector-im/issue_90_Blank_screen_on_relaunch
BugFix Blank screen after restarting the app #90
This commit is contained in:
@@ -73,6 +73,12 @@
|
||||
|
||||
// Add the Vector background image when search bar is empty
|
||||
[self addBackgroundImageViewToView:self.view];
|
||||
|
||||
if (self.mainSession)
|
||||
{
|
||||
// Report the session into each created tab.
|
||||
[self displayWithSession:self.mainSession];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
|
||||
Reference in New Issue
Block a user