We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03d451 commit 8f3f34dCopy full SHA for 8f3f34d
Adamant/Modules/Account/AccountViewController/AccountViewController.swift
@@ -184,6 +184,9 @@ final class AccountViewController: FormViewController {
184
guard let self = self else { return }
185
self.setupWalletsVC()
186
self.pagingViewController.reloadData()
187
+ if let pagingItemIndex = currentSelectedWallet?.identifier {
188
+ self.pagingViewController.select(index: pagingItemIndex, animated: false)
189
+ }
190
guard index >= 0 else { return }
191
self.accountHeaderView.setWalletIcon(index == 0 ? .regular : .secret, badgeCount: index)
192
}
0 commit comments