shmuelp / anddaaven

Automatically exported from code.google.com/p/anddaaven
5 stars 0 forks source link

Dialog reappear when activity is recreated (e.g. upon rotation) #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the about dialog
2. Press back to dismiss the dialog
3. Rotate device

What is the expected output? What do you see instead?
Expect that the dialog will not reappear, but it does.  This occurs for all 
dialogs (about and changelog), in both activities (e.g. Tefilla and initial), 
and for all recreations (e.g. rotation, switching into and out of tefilla.)

Please use labels and text to provide additional information.
This has to do with the Activity maintaining the state of displayed dialog but 
not updating it upon dialog dismissal.

This is annoying now, but will be worse once everyone has a dialog open for 
them - e.g. the changelog

Original issue reported on code.google.com by shmu...@gmail.com on 30 Apr 2012 at 1:03

GoogleCodeExporter commented 9 years ago
This issue was closed by revision a562e7cd11eb.

Original comment by shmu...@gmail.com on 1 May 2012 at 3:52