mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Combine input and output into one screen.
This commit is contained in:
@@ -426,14 +426,9 @@
|
||||
|
||||
<!-- Prototype -->
|
||||
<activity
|
||||
android:name=".android.contact.ContactInviteOutputActivity"
|
||||
android:name=".android.contact.ContactLinkExchangeActivity"
|
||||
android:theme="@style/BriarTheme"
|
||||
android:label="@string/send_link_title"/>
|
||||
|
||||
<activity
|
||||
android:name=".android.contact.ContactInviteInputActivity"
|
||||
android:theme="@style/BriarTheme"
|
||||
android:label="@string/open_link_title"
|
||||
android:label="@string/add_contact_title"
|
||||
android:windowSoftInputMode="stateHidden|adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
Reference in New Issue
Block a user