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

Commit 4b2593e7 authored by Stefan Andonian's avatar Stefan Andonian
Browse files

Fixed a bug where scrollX/Y wasn't being captured in the ViewCapture.

Bug: 242867462
Test: Data showed up properly on the go/web-hv UX.
Change-Id: Ia8878e78ffc67864c23de79d06fd3e8aa497feb5
parent 30fcc495
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -500,6 +500,8 @@ public abstract class ViewCapture {
                    .setHeight(bottom - top)
                    .setTranslationX(translateX)
                    .setTranslationY(translateY)
                    .setScrollX(scrollX)
                    .setScrollY(scrollY)
                    .setScaleX(scaleX)
                    .setScaleY(scaleY)
                    .setAlpha(alpha)