Skip to content

Commit 9039537

Browse files
committed
[#15798] Fix issue with android dev env by disabling flipper
1 parent 4774b0f commit 9039537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/java/im/status/ethereum/MainApplication.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void onCreate() {
7272
OkHttpClientProvider.setOkHttpClientFactory(new StatusOkHttpClientFactory());
7373

7474
WebView.setWebContentsDebuggingEnabled(BuildConfig.DEBUG_WEBVIEW == "1");
75-
initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
75+
//initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
7676
}
7777
/**
7878
* Loads Flipper in React Native templates. Call this in the onCreate method with something like

0 commit comments

Comments
 (0)