Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 720d0b59 authored by Hamster Tian's avatar Hamster Tian Committed by Rashed Abdel-Tawab
Browse files

SystemUI: Make recents grid view accept more than 8 tasks

* SystemUI itself does not limit number of tasks to be shown in grid
  after fb44d212, and we have to handle
  more than 8 tasks in the task stack.

* Since the grid layout algorithm is prepared for only 8 tasks, we just
  drop any task out of this limit, i.e. only tasks with taskIndex =
  [max(0, taskCount-8), taskCount) will be shown.

Change-Id: I8715666397bfe2067735daaaabf2cae1f2600f43
parent 6632ad37
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