Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e389d6e3 authored by Jason Monk's avatar Jason Monk
Browse files

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
parent 6a1dad91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */);
                }
            });
        }