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
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?
The text was updated successfully, but these errors were encountered:
When I was trying to detect if my fragment is visible or not, I realized that
setUserVisibleHint
is deprecated. Instead, we need to usesetMaxLifecycle()
while commiting a fragment to the transaction. (as documentation is pointed here )Is there any plan to add this great feature to the medusa?
The text was updated successfully, but these errors were encountered: