Fix mobile link (#4805)

* Fix path of mobile link. Adding a trailing `/`

* Reduce brain pressure.
This commit is contained in:
Benoit Marty 2025-06-02 16:11:30 +02:00 committed by GitHub
parent 9dbaa2ed40
commit 37344a4f7d
4 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@
# Please see LICENSE files in the repository root for full details.
# Format is:
# https://mobile.element.io/element?account_provider=example.org&login_hint=mxid:@alice:example.org
# https://mobile.element.io/element/?account_provider=example.org&login_hint=mxid:@alice:example.org
adb shell am start -a android.intent.action.VIEW \
-d "https://mobile.element.io/element?account_provider=element.io\\&login_hint=mxid:@alice:element.io"
-d "https://mobile.element.io/element/?account_provider=element.io\\&login_hint=mxid:@alice:element.io"