1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 05:58:09 +00:00

fix(core): reduce animation frame requests when swiping

[no changelog]
This commit is contained in:
tychovrahe 2024-06-07 22:26:33 +02:00 committed by TychoVrahe
parent df051077ea
commit 84c182fdac

View File

@ -159,7 +159,6 @@ impl<T: Component> Component for SwipeContent<T> {
_ => {} _ => {}
} }
ctx.request_paint(); ctx.request_paint();
ctx.request_anim_frame();
} }
match event { match event {