commit | 0780497c895f74afad60084f9d18b19ffb104519 | [log] [tgz] |
---|---|---|
author | Matthew Ng <ngmatthew@google.com> | Tue Oct 17 16:48:21 2017 -0700 |
committer | Matthew Ng <ngmatthew@google.com> | Tue Oct 17 18:25:30 2017 -0700 |
tree | 6e473a98f427838c0bf4955acc0209807d07f3a1 | |
parent | 959516a8858e6d2ff02b5ed48021bd5324d4f912 [diff] |
Always update the thumbnail layer Fixes header thumbnail in recents animation down because the surface's layer was 0 (from new sufaceControl) but did not update the layer because AppWindowAnimator recorded a different layer number. So now update the layer for thumbnail on each animation step to ensure that it will be visible. Test: boot, open an app, press recents Change-Id: I9398e164ba297352da2f00e22023ad4fc4d3c903 Fixes: 67910612