Enable end to end deltas by default on Android

Reviewed By: mjesun

Differential Revision: D6406466

fbshipit-source-id: ab776d9ea89ed2ab83b8ede78be4e5d5f3074e34
This commit is contained in:
Rafael Oleza 2017-11-23 12:49:13 -08:00 committed by Facebook Github Bot
parent 0984f29a32
commit 968c88d141
1 changed files with 1 additions and 1 deletions

View File

@ -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")