Skip to content

Commit

Permalink
[ETH-963] Open sendvialink only if FT is on
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizaveta Semenova committed Feb 13, 2024
1 parent 43caed2 commit 979280a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p_wallet/Scenes/TabBar/TabBarCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ final class TabBarCoordinator: Coordinator<Void> {

private func bind() {
tabBarViewModel.moveToSendViaLinkClaim
.filter { _ in available(.sendViaLinkEnabled) }
.sink { [weak self] url in
guard let self else { return }

Expand Down

0 comments on commit 979280a

Please sign in to comment.