hww: fix some threading issues in wizard
fixes #3377 related: #6064 (passphrase dialog not rendered correctly)
This commit is contained in:
@@ -279,7 +279,8 @@ class KeepKeyPlugin(HW_PluginBase):
|
||||
client = self.scan_and_create_client_for_device(device_id=device_id, wizard=wizard)
|
||||
if not device_info.initialized:
|
||||
self.initialize_device(device_id, wizard, client.handler)
|
||||
client.get_xpub('m', 'standard')
|
||||
wizard.run_task_without_blocking_gui(
|
||||
task=lambda: client.get_xpub("m", 'standard'))
|
||||
client.used()
|
||||
|
||||
def get_xpub(self, device_id, derivation, xtype, wizard):
|
||||
|
||||
Reference in New Issue
Block a user