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
Loading
Please register or sign in to comment