Merge changes from topic "presubmit-am-c548fd9918a542cebc9e4b0f87a44f0b" into sc-v2-dev-plus-aosp
* changes:
[automerge] Fixing not responsive tiles in split shade 2p: ab0a84d7a8
Fixing not responsive tiles in split shade
This commit is contained in:
committed by
Android (Google) Code Review
commit
a297564a35
@@ -182,7 +182,9 @@ public class QSPanelController extends QSPanelControllerBase<QSPanel> {
|
||||
|
||||
/** */
|
||||
public void setListening(boolean listening, boolean expanded) {
|
||||
setListening(listening && expanded);
|
||||
// TODO(218268829): checking for split shade is workaround but when proper fix lands
|
||||
// "|| mShouldUseSplitNotificationShade" should be removed
|
||||
setListening(listening && (expanded || mShouldUseSplitNotificationShade));
|
||||
if (mView.isListening()) {
|
||||
refreshAllTiles();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user