Merge "Removing diags for a fixed flake" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2020-07-20 20:27:09 +00:00
committed by Android (Google) Code Review
8 changed files with 3 additions and 103 deletions

View File

@@ -292,9 +292,6 @@ public abstract class BaseDragLayer<T extends Context & ActivityContext>
@Override
public boolean dispatchTouchEvent(MotionEvent ev) {
if (Utilities.IS_RUNNING_IN_TEST_HARNESS) {
Log.d(TestProtocol.NO_SCROLL_END_WIDGETS, "BaseDragLayer: " + ev);
}
switch (ev.getAction()) {
case ACTION_DOWN: {
if ((mTouchDispatchState & TOUCH_DISPATCHING_TO_VIEW_IN_PROGRESS) != 0) {