Fix duplicate publish of page change event

This commit is contained in:
fvanroie 2022-10-25 12:17:50 +02:00
parent 0afaf994f3
commit d54faed147

View File

@ -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);
break;
default:
return;
}
dispatch_current_page();
}
}
}
/**