更新配置后重新加载心跳闹钟

hdrplus
Matthew 1 year ago
parent ff75f8c407
commit 1f7c43ceff

@ -430,7 +430,7 @@ public class MpMasterService extends Service {
MicroPhotoContext.saveMasterConfig(getApplicationContext(), masterConfig);
logger.warning("MNTN Mode Changed from " + convertSwitch(oldMntnMode) + " to " + convertSwitch(mntnMode)
+ " Quick Heartbeat from" + convertSwitch(oldQuickHbMode) + " to " + convertSwitch(quickHbMode));
+ " Quick Heartbeat from " + convertSwitch(oldQuickHbMode) + " to " + convertSwitch(quickHbMode));
}
if (oldQuickHbMode != quickHbMode) {
@ -496,6 +496,7 @@ public class MpMasterService extends Service {
mService.restartApp(context, context.getPackageName());
} else {
mService.loadConfig();
mService.registerHeartbeatTimer();
}
} else if (TextUtils.equals(ACTION_UPD_OTA, action)) {

Loading…
Cancel
Save