Check for null config

This commit is contained in:
Miguel Alatzar
2019-07-12 08:56:36 -07:00
parent f5a9c7df81
commit c30bc8bfea
2 changed files with 6 additions and 5 deletions

View File

@@ -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");