diff --git a/core/src/trezor/ui/components/tt/confirm.py b/core/src/trezor/ui/components/tt/confirm.py index 9129969b4d..045085ff4b 100644 --- a/core/src/trezor/ui/components/tt/confirm.py +++ b/core/src/trezor/ui/components/tt/confirm.py @@ -252,6 +252,8 @@ class HoldToConfirm(ui.Layout): def dispatch(self, event: int, x: int, y: int) -> None: if self.loader.start_ms is not None: + if utils.DISABLE_ANIMATION: + self.on_confirm() self.loader.dispatch(event, x, y) else: self.content.dispatch(event, x, y)