Don't auto-expand QS from detail panels
We don't have tiles that launch detail panels from collapsed state anymore, and its getting in the way of animateExpandSettingsPanel. Test: visual Change-Id: I9e8049f775a7ed7a9fe1aac035a7527a997707bc Fixes: 62912307
This commit is contained in:
@@ -323,7 +323,7 @@ public class QSDetail extends LinearLayout {
|
||||
post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
handleShowingDetail(detail, x, y, true /* toggleQs */);
|
||||
handleShowingDetail(detail, x, y, false /* toggleQs */);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user