Use full-screen overlay with microcopy instead of dialog to request report

This commit is contained in:
str4d
2016-07-16 02:56:34 +00:00
committed by Torsten Grote
parent 827fd0aebb
commit 60a381430e
4 changed files with 215 additions and 138 deletions

View File

@@ -52,7 +52,8 @@
android:label="@string/crash_report_title"
android:launchMode="singleInstance"
android:process=":briar_error_handler"
android:theme="@style/BriarThemeNoActionBar.Default">
android:theme="@style/BriarThemeNoActionBar.Default"
android:windowSoftInputMode="stateHidden">
</activity>
<activity