fix(gif): add missing D-cache flush (#9228)

Signed-off-by: rongyichang <rongyichang@xiaommi.com>
Co-authored-by: rongyichang <rongyichang@xiaommi.com>
This commit is contained in:
terry.rong
2025-11-12 10:08:59 +08:00
committed by GitHub
parent c47a21b708
commit e664b308fc
+1
View File
@@ -444,6 +444,7 @@ static void next_frame_task_cb(lv_timer_t * t)
lv_timer_set_period(gifobj->timer, ms_delay_next);
}
lv_draw_buf_flush_cache(gifobj->draw_buf, NULL);
lv_image_cache_drop(lv_image_get_src(obj));
lv_obj_invalidate(obj);
}