File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1010- fixed: ` AirshipToast ` font scaling
1111- fixed: Swap provider selection modal scrolling on Android
1212- fixed: ` BuyCrypto ` not auto-populating buy asset
13+ - fixed: Failure to handle deeplinking when deprecated assets (` keysOnlyMode ` ) exist in the account
1314
1415## 4.37.0 (2025-10-21)
1516
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ async function handleLink(
293293 const { pluginId } = wallet . currencyInfo
294294 // Ignore disabled wallets:
295295 const { keysOnlyMode = false } = SPECIAL_CURRENCY_INFO [ pluginId ] ?? { }
296- if ( keysOnlyMode ) return
296+ if ( keysOnlyMode ) continue
297297 const parsedUri = await wallet
298298 . parseUri ( link . uri )
299299 . catch ( ( _ : unknown ) => undefined )
You can’t perform that action at this time.
0 commit comments