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

Commit 1db05819 authored by Eden Mendel's avatar Eden Mendel
Browse files

Remove flag com.android.systemui.dream_preview_tap_dismiss which is eligible for cleanup.

Fixes: 434295558
Flag: EXEMPT flag cleanup
Test: EXEMPT flag cleanup

Change-Id: I93be0ec8b6be2acdf68b863bdf6290b6976f6067
parent 1933f823
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1983,15 +1983,6 @@ flag {
    bug: "418243972"
}

flag {
    name: "dream_preview_tap_dismiss"
    namespace: "systemui"
    description: "Dismisses dream in preview on tap"
    bug: "416412668"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "hub_blurred_by_shade_fix"
+1 −2
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ import com.android.internal.logging.UiEventLogger;
import com.android.internal.policy.PhoneWindow;
import com.android.keyguard.KeyguardUpdateMonitor;
import com.android.keyguard.KeyguardUpdateMonitorCallback;
import com.android.systemui.Flags;
import com.android.systemui.ambient.touch.TouchHandler;
import com.android.systemui.ambient.touch.TouchMonitor;
import com.android.systemui.ambient.touch.dagger.AmbientTouchComponent;
@@ -540,7 +539,7 @@ public class DreamOverlayService extends android.service.dreams.DreamOverlayServ
            // to hub swipe gesture.
            touchHandlers.add(dreamOverlayComponent.getCommunalTouchHandler());
        }
        if (isDreamInPreviewMode() && Flags.dreamPreviewTapDismiss()) {
        if (isDreamInPreviewMode()) {
            touchHandlers.add(new DismissTouchHandler(new DismissTouchHandler.DismissCallback() {
                @Override
                public void onDismissed() {