Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f90de974 authored by Abhijeet Kaur's avatar Abhijeet Kaur
Browse files

Fix bugreport warning dialog

This bug was introduced when fixing dark theme for bugreport dialogs.

Bug: 135446537
Test: manually (both in light and dark theme)
Change-Id: Ib8c16d068c00632d009033c2eab7d2d6cb7e4eea
parent 74c76a2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -235,6 +235,7 @@

        <activity
            android:name=".BugreportWarningActivity"
            android:theme="@android:style/Theme.DeviceDefault.Dialog.Alert"
            android:finishOnCloseSystemDialogs="true"
            android:excludeFromRecents="true"
            android:exported="false" />