Use proper theme for CrashReportActivity

It's an activity, not a dialog.
This commit is contained in:
relan 2016-01-06 15:58:59 +03:00
parent b22674e3e3
commit fea2f9b9cf

View File

@ -378,7 +378,7 @@
</activity> </activity>
<activity <activity
android:name="org.fdroid.fdroid.CrashReportActivity" android:name="org.fdroid.fdroid.CrashReportActivity"
android:theme="@style/AlertDialogThemeDark" android:theme="@style/AppThemeDark"
android:process=":error_report" android:process=":error_report"
android:launchMode="singleInstance" android:launchMode="singleInstance"
android:excludeFromRecents="true" android:excludeFromRecents="true"