Merge "Don't shrink overview bitmap for chips" into ub-launcher3-qt-dev

This commit is contained in:
Miranda Kephart
2019-04-19 18:10:40 +00:00
committed by Android (Google) Code Review
@@ -43,8 +43,6 @@ public class LayoutUtils {
float extraSpace;
if (dp.isVerticalBarLayout()) {
extraSpace = 0;
} else if (FeatureFlags.ENABLE_HINTS_IN_OVERVIEW.get()){
extraSpace = dp.hotseatBarSizePx + dp.verticalDragHandleSizePx + dp.chipHintHeightPx;
} else {
extraSpace = dp.hotseatBarSizePx + dp.verticalDragHandleSizePx;
}