Fixed bug number 10154.

This commit is contained in:
xiaojiazhu 2023-12-01 14:23:16 +08:00
parent 76501880ea
commit 0722c013ba

View File

@ -127,7 +127,7 @@ BOOL FlowPhoto_IsStorageErr(void)
#if (FS_FUNC == ENABLE)
if (UIStorageCheck(STORAGE_CHECK_ERROR, NULL) == TRUE) {
// Ux_OpenWindow(&UIFlowWndWrnMsgCtrl, 2, FLOWWRNMSG_ISSUE_MEM_ERR, FLOWWRNMSG_TIMER_KEEP);
UIFlowWrnMsgAPI_Open_StringID(FLOWWRNMSG_ISSUE_MEM_ERR, 0); /* keep msgbox */
UIFlowWrnMsgAPI_Open_StringID(LV_PLUGIN_STRING_ID_STRING_NO_SD, 1000 * 2); /* keep msgbox */
return TRUE;
}
if (UIStorageCheck(STORAGE_CHECK_FULL, &(g_uiFreePicNum)) == TRUE) {