I'm surprised that the default orientation change handler doesn't take care of this. However, why don't you handle the state change instead? Override onSaveInstanceState() and save whether or not the popup is showing. Then, when resuming your activity, check if you need to show the popup again and show it if so.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

