FlipProgressDialog
FlipProgressDialog copied to clipboard
Fragment Manager
in api 28, I can not call getFragmentManager, what should i do?
Using the flip progress dialog in Fragment I can't call the getFragmentManager as the plugins is using android.app.Fragment class and I am using android.support.v4.app.Fragment class . So when I am using the progress dialog in Fragment activity it is giving me error . Need help to solve this .