Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Update CodePush.java
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyii authored Jun 4, 2020
1 parent 1492b97 commit fcaffb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void clearDebugCacheIfNeeded(ReactInstanceManager instanceManager) {
DevSupportManager devSupportManager = instanceManager.getDevSupportManager();
if (devSupportManager != null) {
DevInternalSettings devInternalSettings = (DevInternalSettings)devSupportManager.getDevSettings();
isLiveReloadEnabled = devInternalSettings.isReloadOnJSChangeEnabled();
isLiveReloadEnabled = devInternalSettings.isHotModuleReplacementEnabled();
}
}

Expand Down

0 comments on commit fcaffb1

Please sign in to comment.