JLChen
2021-04-01 bf7f42bc3b63a0c2cec5a5adfb44feffab47a077
On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnMonitorViewController.m
@@ -57,7 +57,7 @@
    NSString * unlockStr;
    NSString * endOfMonitoringStr;
    NSString * unlockSuccessfullyStr;
    CGFloat Height66;
    
    //    int _openDoorTimeout;
@@ -299,6 +299,10 @@
    _openDoorTimeout = 0;
    [self startOpenDoorCountdown];
    [self showUIAlertView:unlockSuccessfullyStr];
    // 开锁成功回调
    if(self.mESCallDelegate != NULL){
        [self.mESCallDelegate onUnlockAction];
    }
}
-(void)setUnlock:(BOOL)ISEnable{