Allowing ListenerView intercept events in system areas

See the discussion in thje bug

Bug: 156044202
Change-Id: I68b3826602250ef163b96be95d80b98691456443
This commit is contained in:
vadimt
2020-06-04 13:38:17 -07:00
parent ad6a4dceea
commit 34cc5f45d0
3 changed files with 15 additions and 5 deletions

View File

@@ -257,4 +257,8 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch
@FloatingViewType int type) {
return getOpenView(activity, type);
}
public boolean canInterceptEventsInSystemGestureRegion() {
return false;
}
}