Fixed bug number 10057.
This commit is contained in:
parent
50233ba499
commit
1c2c526272
|
@ -1984,7 +1984,7 @@ void UIFlowPhtot_KeyLongPress(lv_obj_t* obj, uint32_t key)
|
||||||
if (3 * 1000 <= KeyLeftPressingTimeMs)
|
if (3 * 1000 <= KeyLeftPressingTimeMs)
|
||||||
{
|
{
|
||||||
// Ux_PostEvent(NVTEVT_SYSTEM_SHUTDOWN, 1, APP_POWER_OFF_APO);
|
// Ux_PostEvent(NVTEVT_SYSTEM_SHUTDOWN, 1, APP_POWER_OFF_APO);
|
||||||
OpenClosingScreen(DISPLAY_FINAL_SHOW_POWER_OFF);
|
OpenClosingScreen(DISPLAY_FINAL_DO_NOT_SHOW_POWER_OFF);
|
||||||
KeyLeftPressingTimeMs = 0;
|
KeyLeftPressingTimeMs = 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user