Skip to content

Commit 968c88d

Browse files
rafecafacebook-github-bot
authored andcommitted
Enable end to end deltas by default on Android
Reviewed By: mjesun Differential Revision: D6406466 fbshipit-source-id: ab776d9ea89ed2ab83b8ede78be4e5d5f3074e34
1 parent 0984f29 commit 968c88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactAndroid/src/main/java/com/facebook/react/devsupport/DevInternalSettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void setElementInspectorEnabled(boolean enabled) {
116116

117117
@SuppressLint("SharedPreferencesUse")
118118
public boolean isBundleDeltasEnabled() {
119-
return mPreferences.getBoolean(PREFS_JS_BUNDLE_DELTAS_KEY, false);
119+
return mPreferences.getBoolean(PREFS_JS_BUNDLE_DELTAS_KEY, true);
120120
}
121121

122122
@SuppressLint("SharedPreferencesUse")

0 commit comments

Comments
 (0)