Skip to content

Commit

Permalink
fix(wallet-mobile): manifest update path and fix host (#3148)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain authored Mar 19, 2024
1 parent f2b4742 commit 04724dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/wallet-mobile/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="https"/>
<data android:scheme="yoroi-wallet.com"/>
<data android:host="yoroi-wallet.com" android:pathPrefix="/w1" />

</intent-filter>

</activity>
Expand Down

0 comments on commit 04724dc

Please sign in to comment.