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

Commit 31a11dcd authored by Tim Murray's avatar Tim Murray
Browse files

compaction: fix full compaction action

The right action is "all," not full.

Test: compaction actually happens
bug 119988524

Change-Id: I5e4a93f9603f2c714c549d16b31dd8527078fd2f
parent ed621cb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public final class AppCompactor {

    final private String COMPACT_ACTION_FILE = "file";
    final private String COMPACT_ACTION_ANON = "anon";
    final private String COMPACT_ACTION_FULL = "full";
    final private String COMPACT_ACTION_FULL = "all";

    final private String compactActionSome;
    final private String compactActionFull;