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:

androidlifecycle

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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -