Fixed
Status Update
Comments
an...@google.com <an...@google.com>
ap...@google.com <ap...@google.com> #2
Found the issue, ugh
Noticed that when I do the following:
transaction.addToBackStack(null)
When adding a Fragment with ViewPager2, the above issue occurs, although, idk if it's becaugh of gcFragments() anymore.
As soon as I un-comment that line, the issue disappears.
Noticed that when I do the following:
transaction.addToBackStack(null)
When adding a Fragment with ViewPager2, the above issue occurs, although, idk if it's becaugh of gcFragments() anymore.
As soon as I un-comment that line, the issue disappears.
Description
Steps:
1) Setup the image view with scaletype center
2) Start delayedTransition and apply fit-end scaletype
3) While transition is in progress again start delayedTransition and apply center scaletype
ER:
Transition back to center scaletype without visual bugs.
AR:
It starts animation to center, but in the end the image jumps to a position which represents fit-end scaletype. Works fine starting from 21 API