Skip to content

Commit

Permalink
Enable end to end deltas by default on Android
Browse files Browse the repository at this point in the history
Reviewed By: mjesun

Differential Revision: D6406466

fbshipit-source-id: ab776d9ea89ed2ab83b8ede78be4e5d5f3074e34
  • Loading branch information
rafeca authored and facebook-github-bot committed Nov 23, 2017
1 parent 0984f29 commit 968c88d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void setElementInspectorEnabled(boolean enabled) {


@SuppressLint("SharedPreferencesUse") @SuppressLint("SharedPreferencesUse")
public boolean isBundleDeltasEnabled() { public boolean isBundleDeltasEnabled() {
return mPreferences.getBoolean(PREFS_JS_BUNDLE_DELTAS_KEY, false); return mPreferences.getBoolean(PREFS_JS_BUNDLE_DELTAS_KEY, true);
} }


@SuppressLint("SharedPreferencesUse") @SuppressLint("SharedPreferencesUse")
Expand Down

0 comments on commit 968c88d

Please sign in to comment.