Skip to content

Commit

Permalink
Disable menu option for HMR, it's not ready just yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Konicek committed Jan 29, 2016
1 parent 6f5acbd commit f514409
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,17 +265,6 @@ public void onOptionSelected() {
handleReloadJS();
}
});
options.put(
mDevSettings.isHotModuleReplacementEnabled()
? mApplicationContext.getString(R.string.catalyst_hot_module_replacement_off)
: mApplicationContext.getString(R.string.catalyst_hot_module_replacement),
new DevOptionHandler() {
@Override
public void onOptionSelected() {
mDevSettings.setHotModuleReplacementEnabled(!mDevSettings.isHotModuleReplacementEnabled());
handleReloadJS();
}
});
options.put(
mDevSettings.isReloadOnJSChangeEnabled()
? mApplicationContext.getString(R.string.catalyst_live_reload_off)
Expand Down

0 comments on commit f514409

Please sign in to comment.