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

This commit is contained in:
Vinit Nayak
2024-02-06 13:15:33 +00:00
committed by Android (Google) Code Review
@@ -115,7 +115,7 @@ class FloatingAppPairBackground(
}
override fun draw(canvas: Canvas) {
if (launcher.deviceProfile.isLandscape) {
if (launcher.deviceProfile.isLeftRightSplit) {
drawLeftRightSplit(canvas)
} else {
drawTopBottomSplit(canvas)