Skip to content

Commit 14bf8b6

Browse files
authored
fix: btn refresh display (#270)
Signed-off-by: Lu1zz <yu.lu@onekey.so>
1 parent 01c7a31 commit 14bf8b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ def __init__(self, prev_scr=None, addr_type=None, net_scr=None, has_taproot=True
214214
self.container,
215215
text,
216216
has_next=False,
217+
use_transition=False,
217218
)
218219
btn.add_check_img()
219220
if text == addr_type:
@@ -283,6 +284,7 @@ def __init__(self, prev_scr=None, addr_type=None):
283284
self.container,
284285
text,
285286
has_next=False,
287+
use_transition=False,
286288
)
287289
btn.add_check_img()
288290
if text == addr_type:

0 commit comments

Comments
 (0)