We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Android's onActivityResult doesn't seem to be called after activity recreation in combination with dialog themes: https://stackoverflow.com/questions/53456335/onactivityresult-not-called-when-starting-a-dialog-activity-and-recreating-activ I might add many configChanges flags to my activities, but that doesn't solve the problem (only make it occur less frequently). However, if ykDroid wouldn't use a dialog theme for its activity, no problems in using it should occur.
The text was updated successfully, but these errors were encountered:
added ConfigChanges flags to all activities which could potentially s…
7f21fa2
…how the ykDroid dialog to reduce the chance of activity recreation (this is considered a workaround, waiting for the solution at pp3345/ykDroid#8)
No branches or pull requests
Android's onActivityResult doesn't seem to be called after activity recreation in combination with dialog themes:
https://stackoverflow.com/questions/53456335/onactivityresult-not-called-when-starting-a-dialog-activity-and-recreating-activ
I might add many configChanges flags to my activities, but that doesn't solve the problem (only make it occur less frequently). However, if ykDroid wouldn't use a dialog theme for its activity, no problems in using it should occur.
The text was updated successfully, but these errors were encountered: