mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Allow actual QR code scanning and use dedicated contact alias fragment
This commit is contained in:
@@ -426,12 +426,12 @@
|
||||
|
||||
<!-- Prototype -->
|
||||
<activity
|
||||
android:name=".android.contact.ContactLinkOutputActivity"
|
||||
android:name=".android.contact.ContactInviteOutputActivity"
|
||||
android:theme="@style/BriarTheme"
|
||||
android:label="@string/send_link_title"/>
|
||||
|
||||
<activity
|
||||
android:name=".android.contact.ContactLinkInputActivity"
|
||||
android:name=".android.contact.ContactInviteInputActivity"
|
||||
android:theme="@style/BriarTheme"
|
||||
android:label="@string/open_link_title"
|
||||
android:windowSoftInputMode="stateHidden|adjustResize">
|
||||
|
||||
Reference in New Issue
Block a user