mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-03-22 04:06:18 +00:00
More work on network handling refactor
This commit is contained in:
@@ -115,9 +115,8 @@ class W3DHub
|
||||
Api.on_thread(:refresh_user_login, account.refresh_token) do |refreshed_account|
|
||||
update_account_data(refreshed_account)
|
||||
end
|
||||
|
||||
else
|
||||
BackgroundWorker.foreground_job(-> { update_account_data(account) }, ->(_) {})
|
||||
Store.main_thread_queue << -> { update_account_data(account) }
|
||||
end
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user