mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Fix duplicate publish of page change event
This commit is contained in:
parent
0afaf994f3
commit
d54faed147
@ -379,10 +379,9 @@ void swipe_event_handler(lv_obj_t* obj, lv_event_t event)
|
|||||||
haspPages.back(LV_SCR_LOAD_ANIM_NONE, 500, 0);
|
haspPages.back(LV_SCR_LOAD_ANIM_NONE, 500, 0);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return;
|
|
||||||
}
|
|
||||||
dispatch_current_page();
|
dispatch_current_page();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user