Browse Source

no message

jglee 2 năm trước cách đây
mục cha
commit
d58e1fefbf

+ 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