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

Commit 18442744 authored by Diego Perez's avatar Diego Perez Committed by Android Git Automerger
Browse files

am 36152328: am 0e766de7: Avoid calling scrollBy(0,0) on render

* commit '36152328':
  Avoid calling scrollBy(0,0) on render
parents cdda4f10 36152328
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1050,11 +1050,7 @@ public class RenderSessionImpl extends RenderAction<SessionParams> {
            }
            if (scrollPos != 0) {
                view.scrollBy(0, scrollPos);
            } else {
                view.scrollBy(0, scrollPos);
            }
        } else {
            view.scrollBy(0, scrollPos);
        }

        if (!(view instanceof ViewGroup)) {