Merge "Fix bug with portrait-fold devices animating app pairs launch wrongly" into main
This commit is contained in:
@@ -115,7 +115,7 @@ class FloatingAppPairBackground(
|
||||
}
|
||||
|
||||
override fun draw(canvas: Canvas) {
|
||||
if (launcher.deviceProfile.isLandscape) {
|
||||
if (launcher.deviceProfile.isLeftRightSplit) {
|
||||
drawLeftRightSplit(canvas)
|
||||
} else {
|
||||
drawTopBottomSplit(canvas)
|
||||
|
||||
Reference in New Issue
Block a user