You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
I'm trying to make the Slidr work with SharedElementTransition.
I have an image on Activity A, that transitions to Activity B.
I then start to swipe back to Activity A, but the image is blank in Activity A while the slide occurs.
It only appears when the finish() method of the Activity B is called (by Slidr)
Any idea how I could make the image visible on Activity A as soon as the drag starts?
I'm trying to make the Slidr work with SharedElementTransition.
I have an image on Activity A, that transitions to Activity B.
I then start to swipe back to Activity A, but the image is blank in Activity A while the slide occurs.
It only appears when the finish() method of the Activity B is called (by Slidr)
Any idea how I could make the image visible on Activity A as soon as the drag starts?