mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-07 22:40:55 +08:00
Enable end to end deltas by default on Android
Reviewed By: mjesun Differential Revision: D6406466 fbshipit-source-id: ab776d9ea89ed2ab83b8ede78be4e5d5f3074e34
This commit is contained in:
committed by
Facebook Github Bot
parent
0984f29a32
commit
968c88d141
@@ -116,7 +116,7 @@ public class DevInternalSettings implements
|
||||
|
||||
@SuppressLint("SharedPreferencesUse")
|
||||
public boolean isBundleDeltasEnabled() {
|
||||
return mPreferences.getBoolean(PREFS_JS_BUNDLE_DELTAS_KEY, false);
|
||||
return mPreferences.getBoolean(PREFS_JS_BUNDLE_DELTAS_KEY, true);
|
||||
}
|
||||
|
||||
@SuppressLint("SharedPreferencesUse")
|
||||
|
||||
Reference in New Issue
Block a user