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

Commit c093de7f authored by Haoyu Zhang's avatar Haoyu Zhang
Browse files

Cleanup comments

Bug: N/A
Test: N/A
Flag: DOCS_ONLY
Change-Id: Ia513da9185d04a77a13645ea12fd8857aed1661d
parent 783fd952
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.