|
@@ -444,9 +444,6 @@ public class PopupSmartIOTCam extends WpadScreen {
|
|
|
// cam = ctrlSmartIOTCamStatusMode(Common.SmartRFCamStatusMode.STATUS_AUTO_ON);
|
|
|
// led = ctrlSmartIOTCamLEDMode(Common.SmartRFCamLEDMode.LED_AUTO_ON);
|
|
|
|
|
|
- Intent Newintent = new Intent();
|
|
|
- Newintent.setAction("StrangeRecordDelayInit");
|
|
|
- mContext.sendBroadcast(Newintent);
|
|
|
cam = 1;
|
|
|
led = 1;
|
|
|
|
|
@@ -656,6 +653,13 @@ public class PopupSmartIOTCam extends WpadScreen {
|
|
|
SetIOTCamConfig();
|
|
|
|
|
|
if (SaveDBConfigValue()) {
|
|
|
+ //DB 설정 저장 후, 초기화 신호 던져야 함
|
|
|
+ if(bCurrentRecordingSet)
|
|
|
+ {
|
|
|
+ Intent Newintent = new Intent();
|
|
|
+ Newintent.setAction("StrangeRecordDelayInit");
|
|
|
+ mContext.sendBroadcast(Newintent);
|
|
|
+ }
|
|
|
Sound().Play(WpadSound.SND.effect.TOUCH_LATCHED);
|
|
|
finish();
|
|
|
} else {
|