Hi,
I had my implementation based on cardstackview made with 2.2.3 and everything was working fine.
After updating to 2.3.0 cards started to have a strange "resize" effect when paginating. I have implemented pagination using DiffUtil.Callback() and I'm checking if is the case to call pagination when onCardSwiped callback is invoked (like in the sample).
I've tracked down the issue to this commit https://github.com/yuyakaido/CardStackView/commit/89b19fa19894381fcfb2ee8493329e2e16a01545
Here is my card layout.
Small update: It's not a resize animation.
What happens is that the card being readded via pagination and is drawn in front then, the correct card reappears.
Hi, I had my implementation based on cardstackview made with 2.2.3 and everything was working fine. After updating to 2.3.0 cards started to have a strange "resize" effect when paginating. I have implemented pagination using DiffUtil.Callback() and I'm checking if is the case to call pagination when onCardSwiped callback is invoked (like in the sample).
I've tracked down the issue to this commit https://github.com/yuyakaido/CardStackView/commit/89b19fa19894381fcfb2ee8493329e2e16a01545 Here is my card layout.
Thanks for any help