kivy: force address refresh in load_wallet

This commit is contained in:
ThomasV 2016-03-05 09:26:58 +01:00
parent faf09da293
commit 24676288a7
1 changed files with 2 additions and 0 deletions

View File

@ -496,6 +496,8 @@ class ElectrumWindow(App):
self.update_wallet()
# Once GUI has been initialized check if we want to announce something
# since the callback has been called before the GUI was initialized
if self.receive_screen:
self.receive_screen.screen.address = ''
self.update_tabs()
self.notify_transactions()
run_hook('load_wallet', wallet, self)