Loading src/com/android/launcher3/LauncherAppState.java +1 −3 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
src/com/android/launcher3/LauncherAppState.java +1 −3 Original line number Diff line number Diff line Loading @@ -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); } Loading