fix(display): fix inconsistency in the API (#5136)
This commit is contained in:
committed by
GitHub
parent
0f3c9b4734
commit
e10f573150
@@ -250,7 +250,7 @@ static void inactive_timer_cb(lv_timer_t * t)
|
||||
}
|
||||
|
||||
if(lv_display_get_inactive_time(NULL) > 8000) {
|
||||
lv_display_trig_activity(NULL);
|
||||
lv_display_trigger_activity(NULL);
|
||||
lv_obj_scroll_by(cont, 100, 0, LV_ANIM_ON);
|
||||
lv_obj_add_flag(lv_layer_top(), LV_OBJ_FLAG_CLICKABLE);
|
||||
scrolled = true;
|
||||
|
||||
Reference in New Issue
Block a user