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

Commit 67be6267 authored by Ivan Tkachenko's avatar Ivan Tkachenko
Browse files

Bubble bar dismiss interaction

* Added lint if change rule to `BubbleStackView` to keep the default value
  of "persist.wm.debug.fling_to_dismiss_bubble" system property in WMShell in sync with Launcher3.

Bug: 271466616
Test: manual, TBD
Flag: WM_BUBBLE_BAR
Change-Id: Ic4cf30939a2ec37b4a6750b486e58dce3f89070b
parent b155f5dd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -108,8 +108,10 @@ import java.util.stream.Collectors;
public class BubbleStackView extends FrameLayout
        implements ViewTreeObserver.OnComputeInternalInsetsListener {

    // LINT.IfChange
    public static final boolean ENABLE_FLING_TO_DISMISS_BUBBLE =
            SystemProperties.getBoolean("persist.wm.debug.fling_to_dismiss_bubble", true);
    // LINT.ThenChange(com/android/launcher3/taskbar/bubbles/BubbleDismissController.java)

    private static final String TAG = TAG_WITH_CLASS_NAME ? "BubbleStackView" : TAG_BUBBLES;