kivy: force address refresh in load_wallet
This commit is contained in:
@@ -496,6 +496,8 @@ class ElectrumWindow(App):
|
|||||||
self.update_wallet()
|
self.update_wallet()
|
||||||
# Once GUI has been initialized check if we want to announce something
|
# Once GUI has been initialized check if we want to announce something
|
||||||
# since the callback has been called before the GUI was initialized
|
# since the callback has been called before the GUI was initialized
|
||||||
|
if self.receive_screen:
|
||||||
|
self.receive_screen.screen.address = ''
|
||||||
self.update_tabs()
|
self.update_tabs()
|
||||||
self.notify_transactions()
|
self.notify_transactions()
|
||||||
run_hook('load_wallet', wallet, self)
|
run_hook('load_wallet', wallet, self)
|
||||||
|
|||||||
Reference in New Issue
Block a user