-
Notifications
You must be signed in to change notification settings - Fork 49
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
Falcon misses DialogFragments and AlertDialogs #11
Comments
Hi, that seems strange, capturing dialogs works and it is the main feature of Falcon. Is my sample working with your device? |
Yes, sample is working, but when I copied code from your sample to my app On Jul 25, 2016 02:43, "jraska" [email protected] wrote:
|
Ok so I finally found the problem. When the dialog is shown directly in onCreate method of Activity it is missed in screenshot, because it is overdrawn by activity layout, which is added to global layout manager after the dialog in this case. I will have a look if it is possible to fix it somehow. Thank you for reporting it. |
Fix was released now, please give a try version 1.0.3. |
I'm trying to use Falcon in my app, but it seems to don't save the view of DialogFragments and AlertDialogs. It seems strange, but my app looks nearly same as your sample.
Screenshot has view of activity, with Toast and Snackbar, but the dialog is missing. Same for DialogFragment (commented out).
The text was updated successfully, but these errors were encountered: