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

Commit 616c992d authored by Alexandre Roux's avatar Alexandre Roux
Browse files

fix background resize when screen turns on

parent 41756d15
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -27,6 +27,12 @@
	<bool name="config_enableMultiUserUI">true</bool>

	<string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>

        <bool name="config_dozeAfterScreenOffByDefault">true</bool>

         <!-- Whether the display blanks itself when transitioning from a doze to a non-doze state -->
        <bool name="config_displayBlanksAfterDoze">true</bool>

	<bool name="config_swipe_up_gesture_setting_available">true</bool>
	<bool name="config_smart_battery_available">true</bool>
	<dimen name="config_dialogCornerRadius">8.0dip</dimen>