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