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

Commit cbce2e7d authored by Shimeng (Simon) Wang's avatar Shimeng (Simon) Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix comment."

parents 9912376d 7924a4a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3788,7 +3788,7 @@ public class WebView extends AbsoluteLayout
        InputMethodManager imm = (InputMethodManager)
                getContext().getSystemService(Context.INPUT_METHOD_SERVICE);

        // bring it back to the reading level scale so that user can enter text
        // bring it back to the default level scale so that user can enter text
        boolean zoom = mZoomManager.getScale() < mZoomManager.getDefaultScale();
        if (zoom) {
            mZoomManager.setZoomCenter(mLastTouchX, mLastTouchY);