Rogero0o/CatLoadingView

android support v7 support for fragments

Closed this issue · 1 comments

hey !

I am trying to use your plugin to make a cordova plugin and I got hit with this error when trying to call the method show() :

error: no suitable method found for show(android.app.FragmentManager,String)
method DialogFragment.show(android.support.v4.app.FragmentManager,String) is not applicable
(argument mismatch; android.app.FragmentManager cannot be converted to android.support.v4.app.FragmentManager)
method DialogFragment.show(FragmentTransaction,String) is not applicable
(argument mismatch; android.app.FragmentManager cannot be converted to FragmentTransaction)

It is clearly a problem with android support library version. Is there anyway you can fix this in a newer version ?

Have update to androidx, please check