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

Commit bc663baa authored by Vinit Nayak's avatar Vinit Nayak Committed by Android (Google) Code Review
Browse files

Merge "Fix bug with portrait-fold devices animating app pairs launch wrongly" into main

parents 02d93b84 2d0fd078
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ class FloatingAppPairBackground(
    }

    override fun draw(canvas: Canvas) {
        if (launcher.deviceProfile.isLandscape) {
        if (launcher.deviceProfile.isLeftRightSplit) {
            drawLeftRightSplit(canvas)
        } else {
            drawTopBottomSplit(canvas)