Open aartikov opened 7 years ago
@aartikov Do you want to make a PR?
@Rainer-Lang No, i don't. It is looks like that this repository is abandoned.
@aartikov It's not abandoned, I'm just pretty busy at the moment. Feel free to make a PR.
@mikescamell done #11
@aartikov I'm going to need to look into this more as turning the optimisation on has an effect on the Shared Element Transitions.
Calling of a method postponeEnterTransition() has no effect. To check it remove startPostponedEnterTransition() calls in a Picasso callback. A transition will be still plays, but it should not. Documentation says: "Likewise, postponement only works if FragmentTransaction optimizations are enabled." So, to fix the sample call setAllowOptimization(true) of a FragmentTransaction.