Skip to content

Commit

Permalink
Keep filter tokens by searched text when switching wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
manhlx3006 committed Dec 31, 2019
1 parent 171168c commit adcf704
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ extension KWalletBalanceViewController {
self.viewModel.tabOption == .kyberListed ? UIImage(named: "arrow_drop_down") : UIImage(named: "arrow_drop_down_selected"),
for: .normal
)
let searchedText = self.searchTextField.text ?? ""
self.viewModel.updateSearchText(searchedText)
self.view.layoutIfNeeded()
}

Expand Down

0 comments on commit adcf704

Please sign in to comment.