forked from Ivasoft/mattermost-mobile
Check for null config
This commit is contained in:
@@ -127,10 +127,7 @@ public class MainApplication extends NavigationApplication implements INotificat
|
||||
super.onCreate();
|
||||
instance = this;
|
||||
|
||||
// TODO: Right now I get a black screen when resuming the app from the
|
||||
// background if these callbacks are registered. I'm commenting this out
|
||||
// to move forward and will come back to this at a later date.
|
||||
//registerActivityLifecycleCallbacks(new ManagedActivityLifecycleCallbacks());
|
||||
registerActivityLifecycleCallbacks(new ManagedActivityLifecycleCallbacks());
|
||||
|
||||
// Delete any previous temp files created by the app
|
||||
File tempFolder = new File(getApplicationContext().getCacheDir(), "mmShare");
|
||||
|
||||
Reference in New Issue
Block a user