diff --git a/src/com/android/launcher3/LauncherAppState.java b/src/com/android/launcher3/LauncherAppState.java index b41da0fca3..08ccfb2148 100644 --- a/src/com/android/launcher3/LauncherAppState.java +++ b/src/com/android/launcher3/LauncherAppState.java @@ -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); }