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

Commit bd5cc074 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

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