commit | 65e373912b2eec9d2da12932fdef36c1a37f66f3 | [log] [tgz] |
---|---|---|
author | Brandon Dayauon <brdayauon@google.com> | Thu Mar 21 10:59:28 2024 -0700 |
committer | Brandon Dayauon <brdayauon@google.com> | Thu Mar 21 11:24:44 2024 -0700 |
tree | 83de54a48a889c10e56f3d722094bacf11300647 | |
parent | 89f974aa56462674f154e7957056dc5511b57451 [diff] |
Remove applyBackground param in decorator - This applyBackground() internally calls setBackground which is something that should not be done in onDraw. Not needed anymore since privateprofile doesn't use the recyclerViewAnimationController anymore. If it is still needed, when applyingBackground it should be done probably during onBind(). - When setBackground() is called during onDraw() there's a cyclic situation that ends up blocking the thread and thats why you cannot see the privatespace be deleted. bug: 329317904 Test: manual: before: https://drive.google.com/file/d/1vAaA_juK8Bg2QB3oHhRmtiZxcHzEHHP1/view?usp=sharing after: https://drive.google.com/file/d/1vAR6Okw17uskruHre8RrhsKa7-GiqE6k/view?usp=sharing Flag: None Change-Id: I06d31abb31496994d12b96fe6c0ca8cb26c93f69