Skip to content
Commit 47b66c71 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


(cherry picked from commit a67e3674)
parent 2342f6a9
Pipeline #341607 passed with stage
in 16 minutes and 37 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