Address review feedback for ACRA replacement

This commit is contained in:
Torsten Grote
2020-12-11 10:38:15 -03:00
parent f9a8fcb207
commit bed3abfd40
22 changed files with 173 additions and 256 deletions

View File

@@ -79,11 +79,8 @@
android:windowSoftInputMode="adjustResize|stateHidden" />
<activity
android:name="org.briarproject.briar.android.reporting.FeedbackActivity"
android:excludeFromRecents="true"
android:exported="false"
android:finishOnTaskLaunch="true"
android:label="@string/feedback_title"
android:launchMode="singleInstance"
android:theme="@style/BriarTheme.NoActionBar"
android:windowSoftInputMode="adjustResize|stateHidden" />