Skip to content
Commit 82b4b70f authored by Eike Hein's avatar Eike Hein Committed by Nate Graham
Browse files

[libtaskmanager] Remove a poorly conceived optimization

The LauncherTasksModel tried to avoid a model reset by making certain
assumptions to save a few cycles. Ultimately this was misguided, in-
correctly not evicting the internal app data cache as well as causing
a lot more work in the view trying to compute layout deltas and some-
times causing a few frames of ugly animations.

There likely _is_ some optimization potential here, but it needs to
be done smarter later on.

(cherry picked from commit 40d7df21)
parent 21dce8da
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