Enable end to end deltas by default on Android
Reviewed By: mjesun Differential Revision: D6406466 fbshipit-source-id: ab776d9ea89ed2ab83b8ede78be4e5d5f3074e34
This commit is contained in:
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")
|
||||
|
|
Loading…
Reference in New Issue