Skip to content

Commit

Permalink
Merge pull request #360 from Foundation-Devices/SFT-2455-pressing-bac…
Browse files Browse the repository at this point in the history
…k-when-saving-qr-signed-tx-to-microsd

SFT-2455: pressing back when saving qr signed tx to microsd
  • Loading branch information
mjg-foundation authored Jul 19, 2023
2 parents 2ead8d2 + d50292f commit 725fe93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self,

# Used in flow_show_card_missing
self.automatic = automatic
self.return_bool = True
self.return_bool = False

bind(self, show_card_missing)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ async def save_to_microsd(self):
self.goto(self.show_success)
return

self.written = True
base = 'QR'

if not self.is_comp:
Expand All @@ -196,6 +195,7 @@ async def save_to_microsd(self):
self.back()
return

self.written = True
self.goto(self.show_success)

async def show_success(self):
Expand Down

0 comments on commit 725fe93

Please sign in to comment.