Android onStop() not being called when starting a new activity in multi window mode -
i trying android n multi window feature , have found myself confused when starting new activity. problem when start new activity, onstop()
callback not being fired , when press button new activity return previous one, previous one's onstart()
callback not being fired either.
does know happening?
--- edited
it seems activityoptionscompat.makescenetransitionanimation
has it.
here android-lifecycle:
if call app in multi window mode, application still "partially visible", onpause()
being called, onstop()
not.
at restart it's same: onresume()
being called, onstart()
isn't.
Comments
Post a Comment