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

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

Merge "DO NOT MERGE: Use quick_qs_total_height when QS is not disabled" into pi-dev

parents 31e9d9d3 cf845036
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -303,7 +303,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);