mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
[CD Taskbar] Remove External Taskbar's Rounded Corners
Remove Taskbar's Rounded Corners for External Display. Flag: com.android.window.flags.enable_taskbar_connected_displays Bug: 400799093 Test: Manual Change-Id: I6808850647cd4136aae23de13fa54ecaba3c1025
This commit is contained in:
@@ -195,8 +195,11 @@ public class TaskbarControllers {
|
||||
voiceInteractionWindowController
|
||||
};
|
||||
|
||||
// TODO(b/401061748): get primary status from
|
||||
// TaskbarDesktopModeController/DesktopVisibilityController.
|
||||
if (taskbarDesktopModeController.isInDesktopModeAndNotInOverview(
|
||||
taskbarActivityContext.getDisplayId())) {
|
||||
taskbarActivityContext.getDisplayId())
|
||||
|| !taskbarActivityContext.isPrimaryDisplay()) {
|
||||
mCornerRoundness.value = taskbarDesktopModeController.getTaskbarCornerRoundness(
|
||||
mSharedState.showCornerRadiusInDesktopMode);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user