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

Commit 810d33dc authored by Adrian Roos's avatar Adrian Roos Committed by Automerger Merge Worker
Browse files

Merge "InsetsController: Maintain type user animation when restarting input"...

Merge "InsetsController: Maintain type user animation when restarting input" into rvc-dev am: 792dc29a am: f879f1cb am: c42264c8

Change-Id: I5146e43ef1171e6910da2d1e790e95aa58ed2924
parents 752649ee c42264c8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -745,6 +745,10 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation
                        consumer.getType(), animationType, consumer.isRequestedVisible()));
                continue;
            }
            if (fromIme && animationType == ANIMATION_TYPE_USER) {
                // App is already controlling the IME, don't cancel it.
                continue;
            }
            typesReady |= InsetsState.toPublicType(consumer.getType());
        }
        if (DEBUG) Log.d(TAG, "show typesReady: " + typesReady);