commit | 157b3afa93cdaf9b72cec1511953e5c5c632c87d | [log] [tgz] |
---|---|---|
author | Matt Pietal <mpietal@google.com> | Tue May 07 15:04:28 2024 +0000 |
committer | Matt Pietal <mpietal@google.com> | Tue May 07 20:03:53 2024 +0000 |
tree | e322f6bc152d5988277c4ef86538c122ae04c659 | |
parent | c14c34a0f770125b566014b3a7fbef4da1db8101 [diff] |
Fix empty notif view flicker on keyguard As the shade collapses, there is very slight gap between when the shade collapses and status bar state changes to KEYGUARD. During this gap, the empty notif view visibility changes from VISIBLE->INVISIBLE->VISIBLE->GONE. Ensure that the empty notif view alpha does not change if the shade is collapsed. Fixes: 333445519 Test: atest StackScrollAlgorithmTest Flag: None Change-Id: I16450015f13b5394e63f304d23f20e5e76da5d59