mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Swipe events didn't update the state/page
This commit is contained in:
parent
52fd90cf46
commit
f19aefbbb4
@ -249,7 +249,10 @@ void swipe_event_handler(lv_obj_t* obj, lv_event_t event)
|
||||
case LV_GESTURE_DIR_BOTTOM:
|
||||
haspPages.back(LV_SCR_LOAD_ANIM_NONE);
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
dispatch_output_current_page();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user