소스 검색

no message

jglee 2 년 전
부모
커밋
d58e1fefbf
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      WallPadSecurity/src/main/java/kr/co/icontrols/wallpadsecurity/screen/PopupSmartIOTCam.java

+ 2 - 1
WallPadSecurity/src/main/java/kr/co/icontrols/wallpadsecurity/screen/PopupSmartIOTCam.java

@@ -444,10 +444,11 @@ public class PopupSmartIOTCam extends WpadScreen {
 //                    cam = ctrlSmartIOTCamStatusMode(Common.SmartRFCamStatusMode.STATUS_AUTO_ON);
 //                    led = ctrlSmartIOTCamLEDMode(Common.SmartRFCamLEDMode.LED_AUTO_ON);
 
-                    bRet = true;
                     Intent Newintent = new Intent();
                     Newintent.setAction("StrangeRecordDelayInit");
                     mContext.sendBroadcast(Newintent);
+                    cam = 1;
+                    led = 1;
 
                 }
                 else