Skip to content

Commit

Permalink
use app url instead of website
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Feb 27, 2024
1 parent 965afc4 commit 5616b8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private class dydxProfileViewPresenter: HostedViewPresenter<dydxProfileViewModel

viewModel.share?.shareAction = {
Router.shared?.navigate(to: RoutingRequest(path: "/action/share", params: ["text": DataLocalizer.shared?.localize(path: "APP.GENERAL.SHARE_MESSAGE", params: nil) ?? "",
"link": AbacusStateManager.shared.deploymentUri]), animated: true, completion: nil)
"link": AbacusStateManager.shared.environment?.apps?.ios?.url ?? AbacusStateManager.shared.deploymentUri]), animated: true, completion: nil)
}
}
}

0 comments on commit 5616b8e

Please sign in to comment.