I use fragments from androidx library in my project. In a custom fragment when extending the RxFragment class, I cannot access the methods of androidx fragment class because RxFragment extends android.app.Fragment
Can we get RxFragment to extend androidx.fragment.app.Fragment
I use fragments from androidx library in my project. In a custom fragment when extending the
RxFragment
class, I cannot access the methods of androidx fragment class becauseRxFragment
extendsandroid.app.Fragment
Can we get
RxFragment
to extendandroidx.fragment.app.Fragment