Description: fix failure to enter the Setting screen

IssueNo:https://gitee.com/openharmony/applications_sample_camera/issues/I4W3LQ
Feature or Bugfix: Bugfix
Binary Source:No
Signed-off-by: lancer <haoshuo@huawei.com>
This commit is contained in:
lancer
2022-03-03 11:49:56 +08:00
committed by sunman4
parent 6c247f5808
commit b4dddc5698
+1 -1
View File
@@ -347,7 +347,7 @@ static void CliRecvPending(void)
pendingResult = wpa_ctrl_pending(g_monitorConn);
}
}
pthread_mutex_lock(&g_monitorConnMutex);
pthread_mutex_unlock(&g_monitorConnMutex);
}
static void* MonitorTask(void *args)