Rebuild UI seems nice

This commit is contained in:
Thomas Farstrike
2025-05-30 21:44:06 +02:00
parent df3d685790
commit 18d3d0677e
@@ -241,6 +241,7 @@ def redraw_payments_cb():
def janitor_cb(timer):
global wallet, config
if lv.screen_active() == main_screen and (not wallet or not wallet.is_running()):
build_main_ui()
# just started the app or just returned from settings_screen
config = mpos.config.SharedPreferences("com.lightningpiggy.displaywallet")
static_receive_code = config.get_string("static_receive_code")