Do not relayout when expanding shade
Going from VISIBLE to GONE requires a relayout. We should avoid it whenever possible, given that we'll have to scan through all views and it's fairly expansive. Making the view INVISIBLE instead of GONE mitigates the issue. Test: manually pull down the shade Bug: 199047412 Change-Id: I8a454be25059dfa1254e44a945faa1a546d6af99
Loading
Please register or sign in to comment