Merge "Remove Taskbar and Taskbar EDU flags."

This commit is contained in:
Vinit Nayak
2022-02-18 04:04:06 +00:00
committed by Android (Google) Code Review
4 changed files with 3 additions and 16 deletions
+1 -2
View File
@@ -244,8 +244,7 @@ public class DeviceProfile {
isTablet = info.isTablet(windowBounds);
isPhone = !isTablet;
isTwoPanels = isTablet && useTwoPanels;
isTaskbarPresent = isTablet && ApiWrapper.TASKBAR_DRAWN_IN_PROCESS
&& FeatureFlags.ENABLE_TASKBAR.get();
isTaskbarPresent = isTablet && ApiWrapper.TASKBAR_DRAWN_IN_PROCESS;
// Some more constants.
context = getContext(context, info, isVerticalBarLayout() || (isTablet && isLandscape)