Merge "Bubble bar dismiss interaction" into udc-qpr-dev

This commit is contained in:
Ivan Tkachenko
2023-07-31 17:54:43 +00:00
committed by Android (Google) Code Review

View File

@@ -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;