Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e224d4f0 authored by Michael Jurka's avatar Michael Jurka Committed by Android (Google) Code Review
Browse files

Merge "Prevent notification swipes from getting canceled too soon."

parents 6c8519cf 521efd88
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -148,6 +148,11 @@ public class NotificationRowLayout extends ViewGroup {
                                "now sliding child %d: %s (touchY=%.1f, rowHeight=%d, count=%d)",
                                childIdx, mSlidingChild, mInitialTouchY, mRowHeight, count));
                        }


                        // We need to prevent the surrounding ScrollView from intercepting us now;
                        // the scroll position will be locked while we swipe
                        requestDisallowInterceptTouchEvent(true);
                    }
                }
                break;