Merge "Making sure collapseOrExpandedQs doesn't do anything in split shade" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f7c1cc0e81
@@ -1378,6 +1378,9 @@ public class QuickSettingsController {
|
||||
}
|
||||
|
||||
private void collapseOrExpandQs() {
|
||||
if (mSplitShadeEnabled) {
|
||||
return; // QS is always expanded in split shade
|
||||
}
|
||||
onExpansionStarted();
|
||||
if (getExpanded()) {
|
||||
flingQs(0, FLING_COLLAPSE, null, true);
|
||||
|
||||
Reference in New Issue
Block a user