Skip to content

Commit 659efd6

Browse files
authored
fix(core): fix the navigation button issue in Connect Wallet guide list (#404)
1 parent d58f686 commit 659efd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/trezor/lvglui/scrs/homescreen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2597,7 +2597,7 @@ def __init__(self, c_type, prev_scr=None):
25972597
)
25982598
self.okx.text_layout_vertical(pad_top=17, pad_ver=20)
25992599

2600-
self.add_event_cb(self.on_click, lv.EVENT.CLICKED, None)
2600+
self.container.add_event_cb(self.on_click, lv.EVENT.CLICKED, None)
26012601

26022602
@staticmethod
26032603
def _get_wallet_tutorial_config(wallet_type, connect_type):

0 commit comments

Comments
 (0)