mirror of
https://github.com/standardnotes/mobile.git
synced 2026-01-27 09:08:13 -05:00
Fix Android drawer issue
This commit is contained in:
@@ -3,6 +3,7 @@ package com.standardnotes;
|
||||
import android.app.Activity;
|
||||
import android.content.Intent;
|
||||
import android.os.Bundle;
|
||||
import android.os.Handler;
|
||||
import android.support.annotation.Nullable;
|
||||
import android.view.WindowManager;
|
||||
|
||||
@@ -111,7 +112,10 @@ public class MainApplication extends NavigationApplication {
|
||||
|
||||
});
|
||||
|
||||
BugsnagReactNative.start(this);
|
||||
if(!isDebug()) {
|
||||
BugsnagReactNative.start(this);
|
||||
}
|
||||
|
||||
SoLoader.init(this, /* native exopackage */ false);
|
||||
|
||||
// Set AsyncStorage size, default is 6mb
|
||||
|
||||
Reference in New Issue
Block a user