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

Commit 22df308f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix animation when using side labels" into sc-dev

parents 325e0f94 347a88a1
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();
        }