Merge "Bubble bar dismiss interaction" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d95ea68dcb
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user