Assigned
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Also see issue in delay()
in refresh()
)
al...@gmail.com <al...@gmail.com> #3
I suspect issue is somehow related to fact that without that delay()
we're not recomposing with refreshing
set to true
....and end up showing CircularArrowIndicator
in PullRefreshIndicator
when we recompose with it set to false
al...@gmail.com <al...@gmail.com> #4
Louis, could you take a look at this? :) I had a quick look around but didn't find the cause.
Description
Currently it is not possible as EnterTransition and ExitTransition are implemented by keeping all the needed information as an internal api, meaning other modules like foundation can't use them. There should be a new animation api allowing using EnterTransition and ExitTransition in other modules