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

Commit aea4b53e authored by Ryan Mitchell's avatar Ryan Mitchell
Browse files

Revert "Fix enable-exclusive atomic api"

This reverts commit 867aa53e7fed3b4851161de6aa6499e1fe097aad.

Bug: 180016597
Change-Id: Idd304f56340369457d98b94e151a9306b7fa1e60
parent febbc33e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -335,7 +335,6 @@ final class OverlayManagerShellCommand extends ShellCommand {

        final List<OverlayInfo> overlaysForTarget =
                mInterface.getOverlayInfosForTarget(overlayInfo.targetPackageName, userId);
        overlaysForTarget.remove(overlayInfo);
        final OverlayManagerTransaction.Builder builder = new OverlayManagerTransaction.Builder();
        for (final OverlayInfo disableOverlay : overlaysForTarget) {
            if ((inCategory && !Objects.equals(disableOverlay.category,overlayInfo.category))