Skip to content

Commit

Permalink
Merge pull request #1699 from p2p-org/feature/pwn-963
Browse files Browse the repository at this point in the history
[ETH-963] Open sendvialink only if FT is on
  • Loading branch information
lisemyon authored Feb 14, 2024
2 parents 43caed2 + 979280a commit 7f1d40c
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 7f1d40c

Please sign in to comment.