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:
parent
df051077ea
commit
84c182fdac
@ -159,7 +159,6 @@ impl<T: Component> Component for SwipeContent<T> {
|
||||
_ => {}
|
||||
}
|
||||
ctx.request_paint();
|
||||
ctx.request_anim_frame();
|
||||
}
|
||||
|
||||
match event {
|
||||
|
Loading…
Reference in New Issue
Block a user