File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
ReactAndroid/src/main/java/com/facebook/react/devsupport Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -265,17 +265,6 @@ public void onOptionSelected() {
265265 handleReloadJS ();
266266 }
267267 });
268- options .put (
269- mDevSettings .isHotModuleReplacementEnabled ()
270- ? mApplicationContext .getString (R .string .catalyst_hot_module_replacement_off )
271- : mApplicationContext .getString (R .string .catalyst_hot_module_replacement ),
272- new DevOptionHandler () {
273- @ Override
274- public void onOptionSelected () {
275- mDevSettings .setHotModuleReplacementEnabled (!mDevSettings .isHotModuleReplacementEnabled ());
276- handleReloadJS ();
277- }
278- });
279268 options .put (
280269 mDevSettings .isReloadOnJSChangeEnabled ()
281270 ? mApplicationContext .getString (R .string .catalyst_live_reload_off )
You can’t perform that action at this time.
0 commit comments