1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-20 17:19:01 +00:00

chore(eckhart): require long press to lock even with disabled animations

This commit is contained in:
Lukas Bielesch 2025-03-28 22:49:21 +01:00 committed by obrusvit
parent ecfdaa7da0
commit 432386f676

View File

@ -147,9 +147,6 @@ impl Homescreen {
ctx.request_anim_frame();
ctx.request_paint();
ctx.enable_swipe();
} else {
// Animations disabled
return true;
}
}
ButtonMsg::Released => {