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

Commit c9162094 authored by Riddle Hsu's avatar Riddle Hsu Committed by Automerger Merge Worker
Browse files

Merge "Do not wait for window with alpha=0" into udc-dev am: 74b386c9

parents 4cf540b4 74b386c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5647,7 +5647,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP

    @Override
    boolean isSyncFinished() {
        if (!isVisibleRequested()) {
        if (!isVisibleRequested() || isFullyTransparent()) {
            // Don't wait for invisible windows. However, we don't alter the state in case the
            // window becomes visible while the sync group is still active.
            return true;