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

Commit 7f187096 authored by Stefan Andonian's avatar Stefan Andonian Committed by Automerger Merge Worker
Browse files

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

parents ce2e0faa 4b2593e7
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)