mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 23:38:05 -04:00
Use proper theme for CrashReportActivity
It's an activity, not a dialog.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user