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

Commit a28a9acb authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/27948087'] into 24Q3-release.

Change-Id: Ic311bb2906ad81b79cfd0c9d4f5487d5dc3f01c8
parents 788419ee 2f2429e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -259,7 +259,8 @@ public class PortraitPagedViewHandler extends DefaultPagedViewHandler implements
            return new Pair<>(translationX, translationY);
        }

        bannerParams.gravity = BOTTOM | ((deviceProfile.isLandscape) ? START : CENTER_HORIZONTAL);
        bannerParams.gravity =
                BOTTOM | (deviceProfile.isLeftRightSplit ? START : CENTER_HORIZONTAL);

        // Set correct width
        if (desiredTaskId == splitBounds.leftTopTaskId) {