medusa icon indicating copy to clipboard operation
medusa copied to clipboard

Support for setMaxLifecycle using AndroidX

Open iammert opened this issue 5 years ago • 0 comments

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?

iammert avatar Feb 03 '20 18:02 iammert