Login Dialog Disappears on Screen Rotation #53
troy21688
commented
abehaskins
added a commit
that referenced
this issue
abehaskins |
f3f472c
|
abehaskins
closed this
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When calling the showFirebaseLoginPrompt() method after a button click, I have the login screen open. However, when it is opened, if I rotate the device, the dialog resets to showing no providers.
I believe a fix needs to be implemented in the DialogFragment. If anybody knows an alternative workaround, let me know.