[QS] Do not set QS visible when animating away.
There is an issue where we have QS visible and when we power off and on very quickly, we flash QS. This is because, upon powering on, we animate QS to close; however QS is still at max height upon powering on, so setQSExpanded is briefly set to true before animating to close. In order to handle this case, we ensure that we do not setQsExpanded to true when we are animating to close Qs. Bug: 232174210 Test: Manual on Large screen and phone devices Change-Id: I570edb380e6ec86d3141061d83368c82f56da887
Loading
Please register or sign in to comment