Is the entire application disappearing, or is it just this activity?
onDestroy() doesn't necessarily get called in the former case.

On Feb 6, 1:31 am, sdphil <phil.pellouch...@gmail.com> wrote:
> I recently got the Nexus One Update which provides amongst other
> things - pinch gestures.
>
> One other unlucky surprise I got is that the app I am writing behaves
> differently.  When I call finish() my activity's onDestroy() should be
> getting called.  On 1.5, 1.6, 2.0 and 2.1 (before the nexus update)
> this works fine, but on 2.1 with the Nexus One it just doesn't call
> onDestroy.  I have a button on one of the activity pages that when you
> click it, it is supposed to "finish" the activity and I verified it's
> calling finish(), but onDestroy() never gets called.
>
> thoughts?
>
> tia.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to