We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4774b0f commit 9039537Copy full SHA for 9039537
android/app/src/main/java/im/status/ethereum/MainApplication.java
@@ -72,7 +72,7 @@ public void onCreate() {
72
OkHttpClientProvider.setOkHttpClientFactory(new StatusOkHttpClientFactory());
73
74
WebView.setWebContentsDebuggingEnabled(BuildConfig.DEBUG_WEBVIEW == "1");
75
- initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
+ //initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
76
}
77
/**
78
* Loads Flipper in React Native templates. Call this in the onCreate method with something like
0 commit comments