Use proper theme for CrashReportActivity

It's an activity, not a dialog.
This commit is contained in:
relan committed 2016-01-07 11:11:01 +03:00
1 parent b22674e3e3
commit fea2f9b9cf
1 file changed
+1 -1
+1 -1
View File
@@ -378,7 +378,7 @@
</activity>
<activity
android:name="org.fdroid.fdroid.CrashReportActivity"
android:theme="@style/AlertDialogThemeDark"
android:theme="@style/AppThemeDark"
android:process=":error_report"
android:launchMode="singleInstance"
android:excludeFromRecents="true"