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

Commit ed48a531 authored by Haoyu Zhang's avatar Haoyu Zhang Committed by Android (Google) Code Review
Browse files

Merge "Cleanup comments" into main

parents 8702521d c093de7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10627,7 +10627,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        int startOffset = mLayout.getOffsetForHorizontal(line, point.x);
        if (mLayout.isLevelBoundary(startOffset)) {
            // TODO(b/247551937): Support gesture at level boundaries.
            // Gesture at level boundaries is not supported.
            return handleGestureFailure(gesture);
        }
+2 −2

File changed.

Contains only whitespace changes.