Skip to content

Commit

Permalink
Fix profile link intercepting
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Nov 9, 2021
1 parent 5370b10 commit fde790a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
<data android:scheme="https" />
<data
android:host="appsend.store"
android:pathPrefix="/user" />
android:pathPrefix="/profile" />
<data
android:host="appteka.store"
android:pathPrefix="/user" />
android:pathPrefix="/profile" />
</intent-filter>
</activity>
<activity
Expand Down

0 comments on commit fde790a

Please sign in to comment.