android-lifecycle icon indicating copy to clipboard operation
android-lifecycle copied to clipboard

onPostCreate() not called as shown

Open bubenheimer opened this issue 8 years ago • 0 comments

The Activity diagram indicates that onPostCreate() is called regularly after onStart(). However, I am seeing that onPostCreate() seems to be called only once per onCreate(). It is not called again if the Activity calls onStart() again later.

bubenheimer avatar Mar 16 '17 21:03 bubenheimer