Skip to content
Commit 5420d290 authored by Louis Chang's avatar Louis Chang
Browse files

Fixes unable to start recents activity

Another home activity was on top of the Recents activity in a separate
task, but both were in the home root task. The Recents activity did not
launched behind when swipes up in gesture nav because the home root task
was already the top-most root task.

Home Root Task
   - home task #1 (Other home activity)
   - home task #2 (Recents activity)

Start the Recents activity if the belonging leaf task is not the top-most.

Bug: 184241073
Test: test gesture nav with the sample app
Change-Id: Id1f0d4d81a0246d6814e482d25e49c36d89fb55d
parent 7d058d62
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment