Use proper theme for CrashReportActivity
It's an activity, not a dialog.
This commit is contained in:
parent
b22674e3e3
commit
fea2f9b9cf
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user