skydoves / TransformationLayout

🌠 Transform between two Views, Activities, and Fragments, or a View to a Fragment with container transform animations for Android.
Apache License 2.0
2.36k stars 191 forks source link

The dialog goes away when another activity or fragment comes to the foreground. #28

Open Carrieukie opened 3 years ago

Carrieukie commented 3 years ago

Please complete the following information:

Describe the Bug:

When a another activity or fragment comes to the foreground and you navigate back, the dialog's visibility is gone.

Expected Behavior:

I expexted the dialog to persist even after the lifecycle event occur.