Skip to content
Commit 9272d45d authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Color extraction should not block switchUser

switchUser is called from the main thread. This would block it
until color extraction ends, possibly causing a timeout in
ActivityManager.

We're now offloading color extraction to another thread.

Test: Change wallpapers, switch users.
Change-Id: I570c3ce5a562b56106d614c8febc12134e151afc
Fixes: 65146279
parent 8274aa9f
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