medusa
medusa copied to clipboard
Support for setMaxLifecycle using AndroidX
When I was trying to detect if my fragment is visible or not, I realized that setUserVisibleHint
is deprecated. Instead, we need to use setMaxLifecycle()
while commiting a fragment to the transaction. (as documentation is pointed here )
Is there any plan to add this great feature to the medusa?