mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-17 13:38:46 +00:00
chore(eckhart): require long press to lock even with disabled animations
This commit is contained in:
parent
8ed2e173dc
commit
f592548f2c
@ -147,9 +147,6 @@ impl Homescreen {
|
|||||||
ctx.request_anim_frame();
|
ctx.request_anim_frame();
|
||||||
ctx.request_paint();
|
ctx.request_paint();
|
||||||
ctx.enable_swipe();
|
ctx.enable_swipe();
|
||||||
} else {
|
|
||||||
// Animations disabled
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ButtonMsg::Released => {
|
ButtonMsg::Released => {
|
||||||
|
Loading…
Reference in New Issue
Block a user