Merge "Use the same transaction to set position of the leash" into udc-dev am: f4f5ce437c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23577712 Change-Id: Ia0110b76b12ea03e84e7eab37818a2edbf654efb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -454,7 +454,7 @@ class InsetsSourceProvider {
|
||||
if (mSource.getType() == WindowInsets.Type.ime()) {
|
||||
setClientVisible(target.isRequestedVisible(WindowInsets.Type.ime()));
|
||||
}
|
||||
final Transaction t = mDisplayContent.getSyncTransaction();
|
||||
final Transaction t = mWindowContainer.getSyncTransaction();
|
||||
mWindowContainer.startAnimation(t, mAdapter, !mClientVisible /* hidden */,
|
||||
ANIMATION_TYPE_INSETS_CONTROL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user