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

Commit edc93ed7 authored by Charlie Anderson's avatar Charlie Anderson Committed by Android (Google) Code Review
Browse files

Merge "Handle when archiving icon flag is turned off by setting overlay back on" into main

parents 5ca62190 241fba24
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -115,9 +115,7 @@ public class LauncherAppState implements SafeCloseable {
        if (BuildCompat.isAtLeastV() && Flags.enableSupportForArchiving()) {
            ArchiveCompatibilityParams params = new ArchiveCompatibilityParams();
            params.setEnableUnarchivalConfirmation(false);
            if (Flags.enableNewArchivingIcon()) {
                params.setEnableIconOverlay(false);
            }
            params.setEnableIconOverlay(!Flags.enableNewArchivingIcon());
            launcherApps.setArchiveCompatibility(params);
        }