Commit 9b97ae7
committed
fix(react-native): restore EVM account check for add token button
EVM accounts should open AddCustomTokenActivity (manual ERC-20 address
import), while Flow accounts use the RN Add Tokens catalog screen.
The check was accidentally removed when the RN redirect was added.
Closes #12751 parent 652cb46 commit 9b97ae7
File tree
1 file changed
+5
-1
lines changed- app/src/main/java/com/flowfoundation/wallet/page/wallet/presenter
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
0 commit comments