sdex / ActivityManager

Launch any application activity
Apache License 2.0
604 stars 34 forks source link

* Fixed Issue #5: Data loss while using the app (dialog disappears on-screen rotation) #12

Closed Y-E-P closed 2 years ago

Y-E-P commented 2 years ago

Root case: rotation every time recreates the SettingsFragment(), so the dialog, that attached to previous(desctoyed) fragment, can be restored.

closes #5

sdex commented 2 years ago

LGTM. Thanks for your contribution!