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

Commit 1f1f21aa authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am f671e430: am 804e822c: Merge "Fix logspam" into jb-dev

* commit 'f671e430':
  Fix logspam
parents 1ba18805 f671e430
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -429,13 +429,12 @@ class ZoomManager {
            scale = getReadingLevelScale();
        }

        if (mHardwareAccelerated) {
            mInHWAcceleratedZoom = true;
        }

        setZoomScale(scale, reflowText);

        if (oldScale != mActualScale) {
            if (mHardwareAccelerated) {
                mInHWAcceleratedZoom = true;
            }
            // use mZoomPickerScale to see zoom preview first
            mZoomStart = SystemClock.uptimeMillis();
            mInvInitialZoomScale = 1.0f / oldScale;
@@ -467,6 +466,8 @@ class ZoomManager {
        if (mZoomScale == 0) {
            Log.w(LOGTAG, "A WebView is attempting to perform a fixed length "
                    + "zoom animation when no zoom is in progress");
            // Now that we've logged about it, go ahead and just recover
            mInHWAcceleratedZoom = false;
            return;
        }