Fixed bug number 10154.
This commit is contained in:
parent
76501880ea
commit
0722c013ba
|
@ -127,7 +127,7 @@ BOOL FlowPhoto_IsStorageErr(void)
|
||||||
#if (FS_FUNC == ENABLE)
|
#if (FS_FUNC == ENABLE)
|
||||||
if (UIStorageCheck(STORAGE_CHECK_ERROR, NULL) == TRUE) {
|
if (UIStorageCheck(STORAGE_CHECK_ERROR, NULL) == TRUE) {
|
||||||
// Ux_OpenWindow(&UIFlowWndWrnMsgCtrl, 2, FLOWWRNMSG_ISSUE_MEM_ERR, FLOWWRNMSG_TIMER_KEEP);
|
// 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;
|
return TRUE;
|
||||||
}
|
}
|
||||||
if (UIStorageCheck(STORAGE_CHECK_FULL, &(g_uiFreePicNum)) == TRUE) {
|
if (UIStorageCheck(STORAGE_CHECK_FULL, &(g_uiFreePicNum)) == TRUE) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user