mirror of
https://github.com/lil-org/tokenary.git
synced 2024-11-30 13:02:49 +03:00
network instead of initialNetwork on iOS
This commit is contained in:
parent
a7c2d033e7
commit
1759bc66e8
@ -110,7 +110,7 @@ class AccountsListViewController: UIViewController, DataStateContainer {
|
|||||||
}
|
}
|
||||||
updatePrimaryButton()
|
updatePrimaryButton()
|
||||||
|
|
||||||
if let network = selectAccountAction.initialNetwork, self.network != network {
|
if let network = selectAccountAction.network, self.network != network {
|
||||||
selectNetwork(network)
|
selectNetwork(network)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user