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

am: 6b31012350

Change-Id: I6ee88b65724a50b2a665a4382a4f891258181c0e
This commit is contained in:
Miranda Kephart
2019-04-19 11:25:16 -07:00
committed by android-build-merger
@@ -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;
}