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

Commit 47edda9d authored by Tiger Huang's avatar Tiger Huang Committed by Automerger Merge Worker
Browse files

Merge "Use the same transaction to set position of the leash" into udc-dev am: f4f5ce43

parents ee2792e8 f4f5ce43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);