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

Commit bff01cc3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use quick_qs_total_height when QS is not disabled"

parents 626a5c69 bf3794aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ public class QuickStatusBarHeader extends RelativeLayout implements
        } else {
            lp.height = Math.max(getMinimumHeight(),
                    resources.getDimensionPixelSize(
                            com.android.internal.R.dimen.quick_qs_offset_height));
                            com.android.internal.R.dimen.quick_qs_total_height));
        }

        setLayoutParams(lp);