From a753a7764ea8d546bdd0b5d170023e9f77fd6ad5 Mon Sep 17 00:00:00 2001 From: kubel Date: Fri, 31 May 2024 14:32:20 +0200 Subject: [PATCH] Update --- docs/web3wallet/mobileLinking.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/web3wallet/mobileLinking.mdx b/docs/web3wallet/mobileLinking.mdx index f0c72bc47..26c076a46 100644 --- a/docs/web3wallet/mobileLinking.mdx +++ b/docs/web3wallet/mobileLinking.mdx @@ -107,6 +107,13 @@ In order for Dapps to be able to trigger your wallet for a connection or sign re ``` +:::info Note + +In case when a wallet is opened in the same process as caller app, consider changing the launchMode flag in your activity to singleTask. + +::: + +