65e373912b2eec9d2da12932fdef36c1a37f66f3
- 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
Description
No description provided
Languages
Java
57.2%
Kotlin
42.4%
AIDL
0.3%