Skip to content
Commit ec7b3c2c authored by Chris Li's avatar Chris Li
Browse files

Not resume the invisible TaskFragment when resume top Task

When a TaskFragment is covered by another resumed TaskFragment, this
call would try to resume the activity in the invisible TaskFragment as
well.

However, because the activity would not be visible, so it would also be
called to pause, which would then call to resume the top Task.
It resulted a infinite recurring call of [resume, pause, ...]

Bug: 189385903
Test: manually with splite demo app
Change-Id: I561fec516f0585695e71508c00946355ab0764bb
parent 158824fe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment