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