Applying night mode to DevReportActivity

This commit is contained in:
Torsten Grote
2018-05-26 11:55:22 -03:00
parent 5be672f0e7
commit ba5b2f601b
4 changed files with 25 additions and 8 deletions

View File

@@ -44,7 +44,6 @@
android:finishOnTaskLaunch="true"
android:label="@string/crash_report_title"
android:launchMode="singleInstance"
android:process=":briar_error_handler"
android:theme="@style/BriarTheme.NoActionBar"
android:windowSoftInputMode="stateHidden">
</activity>