commit | 34cc5f45d0feeccdb086d99586b0fed4c69e0b14 | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Thu Jun 04 13:38:17 2020 -0700 |
committer | vadimt <vadimt@google.com> | Thu Jun 04 13:39:25 2020 -0700 |
tree | b2b489c5256221153b2720f839980f2b17497aab | |
parent | ad6a4dceea6b409f17687dc4ef85c2ec69d77024 [diff] [blame] |
Allowing ListenerView intercept events in system areas See the discussion in thje bug Bug: 156044202 Change-Id: I68b3826602250ef163b96be95d80b98691456443
diff --git a/src/com/android/launcher3/AbstractFloatingView.java b/src/com/android/launcher3/AbstractFloatingView.java index 1aa3144..572615f 100644 --- a/src/com/android/launcher3/AbstractFloatingView.java +++ b/src/com/android/launcher3/AbstractFloatingView.java
@@ -257,4 +257,8 @@ @FloatingViewType int type) { return getOpenView(activity, type); } + + public boolean canInterceptEventsInSystemGestureRegion() { + return false; + } }