xxv / android-lifecycle

A diagram of the Android Activity / Fragment lifecycle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add call to `Activity.onDetachedFromWindow`

xxv opened this issue · comments

after Activity.onDestroy a call is made to Activity.onDetachedFromWindow

(Reported by Kurt Huwig via personal email)