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

Commit 71dee8cb authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in zram maintenace battery sys prop" into main am: 1bd49074

parents 1f1a5d50 1bd49074
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public class ZramMaintenance extends JobService {
    private static final boolean DEFAULT_REQUIRE_DEVICE_IDLE =
            true;
    private static final String REQUIRE_BATTERY_NOT_LOW_PROP =
            "zram.maintenance.require_battry_not_low";
            "zram.maintenance.require_battery_not_low";
    private static final boolean DEFAULT_REQUIRE_BATTERY_NOT_LOW =
            true;