-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DialogFragment api is deprecated #105
Comments
Thanks for pointing this out. I would love to get some help on fixing this if anyone is interesting in putting out a PR for this. If not, it will be the first thing I take up in my next lib update stretch |
I stumbled on the same issue, any updates on androidx? |
+1 with the issue. Any updates? |
+1 |
I solved it with the deprecated fragment manager from Activity |
+1 |
+1 If anyone have found a solution, I'd love to have it. |
+1 |
Hi,
I'm running into this issue where when I'm using this library, that Android Studio gives me an error, saying that the DialogFragment API is deprecated. If I've understood the Android documentation correctly, we could solve this problem by switching to the support library or to androidX.
What do you think?
Cheers,
Tom
The text was updated successfully, but these errors were encountered: