Skip to content

Commit 18d3d06

Browse files
Rebuild UI seems nice
1 parent df3d685 commit 18d3d06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • internal_filesystem/apps/com.lightningpiggy.displaywallet/assets

internal_filesystem/apps/com.lightningpiggy.displaywallet/assets/displaywallet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ def redraw_payments_cb():
241241
def janitor_cb(timer):
242242
global wallet, config
243243
if lv.screen_active() == main_screen and (not wallet or not wallet.is_running()):
244+
build_main_ui()
244245
# just started the app or just returned from settings_screen
245246
config = mpos.config.SharedPreferences("com.lightningpiggy.displaywallet")
246247
static_receive_code = config.get_string("static_receive_code")

0 commit comments

Comments
 (0)