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

Commit a1638d28 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

QS: Fix expanding on closing detail am: dfb851c6

am: 2ac88d20

Change-Id: I4869af47292cbc5fff04956acf6f9f59e263ee2e
parents 7c3b7865 2ac88d20
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -146,7 +146,9 @@ public class QSContainer extends FrameLayout {
            return getHeight();
        }
        if (mQSDetail.isClosingDetail()) {
            return mQSPanel.getGridHeight() + mHeader.getCollapsedHeight() + getPaddingBottom();
            int panelHeight = ((LayoutParams) mQSPanel.getLayoutParams()).topMargin
                    + mQSPanel.getMeasuredHeight();
            return panelHeight + getPaddingBottom();
        } else {
            return getMeasuredHeight();
        }