mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Fixing hotseat hidden in 3P Launcher
Bug: 193539246 Test: Manual Change-Id: I3e756457710f2a3909623c7eeec457319eb6c3b8
This commit is contained in:
@@ -254,7 +254,8 @@ public class DeviceProfile {
|
||||
final Resources res = context.getResources();
|
||||
|
||||
hotseatQsbHeight = res.getDimensionPixelSize(R.dimen.qsb_widget_height);
|
||||
isTaskbarPresent = isTablet && FeatureFlags.ENABLE_TASKBAR.get();
|
||||
isTaskbarPresent = isTablet && ApiWrapper.TASKBAR_DRAWN_IN_PROCESS
|
||||
&& FeatureFlags.ENABLE_TASKBAR.get();
|
||||
if (isTaskbarPresent) {
|
||||
// Taskbar will be added later, but provides bottom insets that we should subtract
|
||||
// from availableHeightPx.
|
||||
|
||||
Reference in New Issue
Block a user