commit | 8a26b43cd83ef42aecc75590beeb37122dd5bb4b | [log] [tgz] |
---|---|---|
author | Jim Miller <jaggies@google.com> | Wed Oct 30 15:23:46 2013 -0700 |
committer | Jim Miller <jaggies@google.com> | Wed Oct 30 15:23:46 2013 -0700 |
tree | bef2bfe5e13c6c9e539045b857852dfa5acf68f3 | |
parent | 73f68dbcc6e03aa0071097ea8b1b84995013ff59 [diff] |
Fix glitch with switching users from QuickSettings Since keyguard and systemui were merged into the same process to save memory, they share the same Looper and graphics context. As a result, there's no way to allow concurrent animation while keyguard inflates. The workaround is to add a slight delay to allow the animation to finish. Workaround for bug 11046339 Change-Id: I355ca4fb325312bae87d587acfb12b475ecdeba4