mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
[#15798] Fix issue with android dev env by disabling flipper
This commit is contained in:
parent
7e54aa0b0d
commit
d7db401cb2
@ -72,7 +72,7 @@ public class MainApplication extends NavigationApplication {
|
|||||||
OkHttpClientProvider.setOkHttpClientFactory(new StatusOkHttpClientFactory());
|
OkHttpClientProvider.setOkHttpClientFactory(new StatusOkHttpClientFactory());
|
||||||
|
|
||||||
WebView.setWebContentsDebuggingEnabled(BuildConfig.DEBUG_WEBVIEW == "1");
|
WebView.setWebContentsDebuggingEnabled(BuildConfig.DEBUG_WEBVIEW == "1");
|
||||||
initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
|
//initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Loads Flipper in React Native templates. Call this in the onCreate method with something like
|
* Loads Flipper in React Native templates. Call this in the onCreate method with something like
|
||||||
|
Loading…
x
Reference in New Issue
Block a user