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

Commit 2012d16d authored by Massimo Carli's avatar Massimo Carli Committed by Android (Google) Code Review
Browse files

Merge "[29/n] Interact with LetterboxController once" into main

parents f8d5b75e 9fe949c7
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -141,15 +141,15 @@ class LetterboxAnimationHandler @Inject constructor(
                        c.leash,
                        rect.left.toFloat(),
                        rect.top.toFloat()
                    ).apply {
                    )
                }
                controller.updateLetterboxSurfaceBounds(
                    key,
                            startTransaction,
                    tx,
                    taskBounds,
                    rect
                )
                    }.apply()
                }
                tx.apply()
            }
            animExecutor.execute {
                for (c in info.changes) {