commit | ef5d47e2df385f46f061a086a9c24b90390a72c0 | [log] [tgz] |
---|---|---|
author | Tracy Zhou <tracyzhou@google.com> | Wed Feb 13 14:31:07 2019 -0800 |
committer | Tracy Zhou <tracyzhou@google.com> | Wed Feb 13 16:46:35 2019 -0800 |
tree | 662bfa70b1f37e26217eb9684b542fa21b2d9c76 | |
parent | 6e4058c5df5b2ae32ba80c657f140b5c1a00cb0d [diff] |
Fix live tile flashing The launcher is in background app state while user swipes up from app before they reach Overview. In that state, translationY is set which triggers update to the live tile window that interferes with window rendering using LauncherLayoutListener. Change-Id: I9c705a16e54dbb5d94ea97e2457e36ce28cf0e1a Fixes: 124392764 Test: Manual