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

Commit 7924a4a3 authored by Shimeng (Simon) Wang's avatar Shimeng (Simon) Wang
Browse files

Fix comment.

Change-Id: I927565aadc7f4a5aac6c0a11c28210440600e8a4
parent 93227750
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);