Skip to content
Commit a67e3674 authored by Fushan Wen's avatar Fushan Wen
Browse files

libtaskmanager: consider current activity when computing first task index

For example, there are two activities. Two launchers are in one activity, and
3 launchers arein the other activity. Before this change the first task
index will be 5 because the index doesn't consider the current activity.
After this change the first task index will either be 2 or 3 depending
on the current activity.

CCBUG: 386055
parent 129134c7
Pipeline #341557 passed with stage
in 32 minutes and 29 seconds
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