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
java.lang.IllegalAccessError: Method 'boolean androidx.fragment.app.Fragment.isInBackStack()' is inaccessible to class 'androidx.core.app.BackstackAccessor'
#336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
java.lang.IllegalAccessError: Method 'boolean androidx.fragment.app.Fragment.isInBackStack()' is inaccessible to class 'androidx.core.app.BackstackAccessor'
I read on release to use BackstackAccessor.isFragmentOnBackStack(Fragment()).
where should I use this line of code?
The text was updated successfully, but these errors were encountered:
Need help to solve this error
I read on release to use BackstackAccessor.isFragmentOnBackStack(Fragment()).
where should I use this line of code?
The text was updated successfully, but these errors were encountered: