PipAnimationController: Make sure we set crop when resetting scale am: b80a55cda8
Change-Id: I0157bac1bb97becbba76ad1d33b15c264dae1363
This commit is contained in:
@@ -376,7 +376,8 @@ public class PipAnimationController {
|
|||||||
// NOTE: intentionally does not apply the transaction here.
|
// NOTE: intentionally does not apply the transaction here.
|
||||||
// this end transaction should get executed synchronously with the final
|
// this end transaction should get executed synchronously with the final
|
||||||
// WindowContainerTransaction in task organizer
|
// WindowContainerTransaction in task organizer
|
||||||
getSurfaceTransactionHelper().resetScale(tx, leash, getDestinationBounds());
|
getSurfaceTransactionHelper().resetScale(tx, leash, getDestinationBounds())
|
||||||
|
.crop(tx, leash, getDestinationBounds());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user