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

Commit 2224d97f 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

Change-Id: I8638ca0da1a057126e9eae76e39d8642c44eb015
parents f7da1133 f879f1cb
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);