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

Commit bf082a65 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

am: a1638d28

Change-Id: I99eba7dcaf16f851829a7760cf8e40907b9eb3a0
parents 07d50064 a1638d28
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();
        }