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:
giomfo
2016-02-11 09:07:57 +01:00
@@ -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