Skip to content

Commit

Permalink
[BUGFIX]: APP crash on receive flow when clicking learn (#6749)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger committed Apr 25, 2024
1 parent 7dab046 commit 1b64653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hot-pumas-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

App crashes when tapping 'Learn how to withdraw from exchange' in receive flow
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import { hasClosedWithdrawBannerSelector } from "~/reducers/settings";
import { setCloseWithdrawBanner } from "~/actions/settings";
import * as Animatable from "react-native-animatable";
import { useCompleteActionCallback } from "~/logic/postOnboarding/useCompleteAction";
import { urls } from "~/utils/urls";

const AnimatedView = Animatable.View;

Expand Down Expand Up @@ -121,7 +122,6 @@ function ReceiveConfirmationInner({ navigation, route, account, parentAccount }:
type: "card",
page: "Receive Account Qr Code",
});
// @ts-expect-error TYPINGS
Linking.openURL(urls.withdrawCrypto);
};
useEffect(() => {
Expand Down

0 comments on commit 1b64653

Please sign in to comment.