frankiesardo / icepick

Android Instance State made easy
Eclipse Public License 1.0
3.75k stars 208 forks source link

Exclude an activity from Icepick? #57

Closed aeroperf closed 8 years ago

aeroperf commented 9 years ago

Is there a way to exclude an activity (Settings, in my case) from being instantiated again? Upon a theme change, I use getActivity().recreate to swap themes, but then I have two instances of Settings activity and must hit the back button twice to remove them. This does not happen when I disable Icepick.

frankiesardo commented 9 years ago

It should not be instantiated again. That seems like a bug to me. Can you provide more details?

frankiesardo commented 8 years ago

Closing for now. If more details surface I'll reopen the issue