netcyrax

Results 6 comments of netcyrax

Hello, I think i have the same issue. I get the error: ".htaccess file has the wrong version. Please upload the correct version. Maybe you forgot to replace it after...

What if the transitive dependency is in a library that cannot be updated? I have the same issue, not sure how to solve it.

Having the same issue but can't get this to work. ``` // remove the view from its parent mRootView?.removeSelf() ``` There's no `removeSelf()` in `View` class. Also, where do you...

Thanks for replying! But still getting: ``` java.lang.IllegalStateException: Expected the adapter to be 'fresh' while restoring state. ``` `YourViewPagerAdapter` is a `FragmentStateAdapter`?

> > Thanks for replying! But still getting: > > ``` > > java.lang.IllegalStateException: Expected the adapter to be 'fresh' while restoring state. > > ``` > > > >...