Skip to content

Commit

Permalink
NO-TICKET - fix swap button click handling (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardmaximovich authored Jun 21, 2023
1 parent 0d3397a commit 014b14b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ class HomePresenter(

override fun onSwapClicked() {
swapAnalytics.logSwapActionButtonClicked()
view?.showSwap()
}

override fun onTopupClicked() {
Expand Down

0 comments on commit 014b14b

Please sign in to comment.