diff --git a/core/embed/rust/src/ui/model_tt/component/keyboard/common.rs b/core/embed/rust/src/ui/model_tt/component/keyboard/common.rs index b5daadb41..c2607ddaf 100644 --- a/core/embed/rust/src/ui/model_tt/component/keyboard/common.rs +++ b/core/embed/rust/src/ui/model_tt/component/keyboard/common.rs @@ -32,7 +32,6 @@ impl Pending { timer.start(ctx, timeout); Self { key, press, timer } } - } impl MultiTapKeyboard {