Skip to content

libtaskmanager: consider current activity when computing first task index

Fushan Wen requested to merge work/fuf/tm/activity-is-bad into master

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

Merge request reports