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

Commit 8e5894a0 authored by Felix Stern's avatar Felix Stern Committed by Android (Google) Code Review
Browse files

Merge "Let window overwrite insets again if it has a (fake) control" into main

parents af4d7546 b1c0a9de
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -1578,11 +1578,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation
            Trace.asyncTraceBegin(TRACE_TAG_VIEW, "IC.pendingAnim", 0);
        }

        if (Flags.refactorInsetsController()) {
            onAnimationStateChanged(typesReady, true /* running */);
        } else {
        onAnimationStateChanged(types, true /* running */);
        }

        if (fromIme) {
            switch (animationType) {