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

Commit 55b7133e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log warning if shade move request is not honored" into main

parents dabe3712 a0946e10
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -108,7 +108,8 @@ constructor(
            val currentDisplay = shadeContext.display ?: error("Current shade display is null")
            currentId = currentDisplay.displayId
            if (currentId == destinationId) {
                error("Trying to move the shade to a display it was already in")
                Log.w(TAG, "Trying to move the shade to a display ($currentId) it was already in ")
                return
            }

            withContext(mainThreadContext) {