We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3d685 commit 18d3d06Copy full SHA for 18d3d06
1 file changed
internal_filesystem/apps/com.lightningpiggy.displaywallet/assets/displaywallet.py
@@ -241,6 +241,7 @@ def redraw_payments_cb():
241
def janitor_cb(timer):
242
global wallet, config
243
if lv.screen_active() == main_screen and (not wallet or not wallet.is_running()):
244
+ build_main_ui()
245
# just started the app or just returned from settings_screen
246
config = mpos.config.SharedPreferences("com.lightningpiggy.displaywallet")
247
static_receive_code = config.get_string("static_receive_code")
0 commit comments