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

Commit 72d25b2d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "compaction: fix full compaction action"

parents 302d36b6 31a11dcd
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;