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

Commit 3f1375f2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix animation when using side labels" into sc-dev am: 22df308f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13533463

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia32426a3eed6737b940b37ca7648b776a41e534d
parents d0bd8e34 22df308f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ public class QSAnimator implements Callback, PageListener, Listener, OnLayoutCha
        if(view == parent || view == null) return;
        // Ignore tile pages as they can have some offset we don't want to take into account in
        // RTL.
        if (!(view instanceof PagedTileLayout.TilePage)) {
        if (!(view instanceof PagedTileLayout.TilePage || view instanceof SideLabelTileLayout)) {
            loc1[0] += view.getLeft();
            loc1[1] += view.getTop();
        }