Skip to content

Commit 79eacc1

Browse files
committed
fixup! feat(core/eckhart): regulatory screen
1 parent cdc409d commit 79eacc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/embed/rust/src/ui/layout_eckhart/firmware/regulatory_screen.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,9 @@ impl Component for RegulatoryScreen {
104104
match msg {
105105
ActionBarMsg::Prev => {
106106
self.on_page_change(Direction::Down);
107-
return None;
108107
}
109108
ActionBarMsg::Next => {
110109
self.on_page_change(Direction::Up);
111-
return None;
112110
}
113111
_ => {}
114112
}

0 commit comments

Comments
 (0)