commit | bc663baab028c261a87f9ec443bc7cac3a1ad8d8 | [log] [tgz] |
---|---|---|
author | Vinit Nayak <peanutbutter@google.com> | Tue Feb 06 13:15:33 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Feb 06 13:15:33 2024 +0000 |
tree | 65c1bfaaf9cc1d4dfcf9e89b42c6592094b363ff | |
parent | 02d93b8463be4da9ea18e9b739caaef6056c207d [diff] | |
parent | 2d0fd0780a75fc72da61345f9b98c317150d2c35 [diff] |
Merge "Fix bug with portrait-fold devices animating app pairs launch wrongly" into main
diff --git a/quickstep/src/com/android/quickstep/views/FloatingAppPairBackground.kt b/quickstep/src/com/android/quickstep/views/FloatingAppPairBackground.kt index 3a5873b..1c1e167 100644 --- a/quickstep/src/com/android/quickstep/views/FloatingAppPairBackground.kt +++ b/quickstep/src/com/android/quickstep/views/FloatingAppPairBackground.kt
@@ -115,7 +115,7 @@ } override fun draw(canvas: Canvas) { - if (launcher.deviceProfile.isLandscape) { + if (launcher.deviceProfile.isLeftRightSplit) { drawLeftRightSplit(canvas) } else { drawTopBottomSplit(canvas)