Merge "Don't shrink overview bitmap for chips" into ub-launcher3-qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6b31012350
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user