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
Open
dharmesh8080 opened this issue
Jul 23, 2019
· 1 comment
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: