Open neutt22 opened 7 years ago
You don't need it for the library to work
Hi @Shusshu, in order to create an instance you need to have access to that method.
I'm inside a PreferenceActivity
and the lib's show
method accepts FragmentManager
and String
as the second one. In my case I cannot give the 1st parameter hence cannot show the dialog.
You can maybe use a PreferenceFragment instead...
The PreferenceActivity
was auto-generated by Android Studio. Any consequences if I changed it to PreferenceFragment
?
I'd like to know how to instantiate one without having access to
getSupportFragmentManager
object since I will use this insidePreferenceActivity