Loading packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/KeyguardMediaController.kt +7 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,13 @@ constructor( } private fun updateResources() { useSplitShade = false // splitShadeStateController.shouldUseSplitNotificationShade(context.resources) // Set this to false, we want to make only media controller think that we aren't // using split shade. Other components still will use split. This forces media to // place the tile under notifications in split mode // No checks here are necessary since split only applies to landscape keyguard which // is only available to tablets. // This change thus does not affect smartphones. useSplitShade = false } @VisibleForTesting Loading Loading
packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/KeyguardMediaController.kt +7 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,13 @@ constructor( } private fun updateResources() { useSplitShade = false // splitShadeStateController.shouldUseSplitNotificationShade(context.resources) // Set this to false, we want to make only media controller think that we aren't // using split shade. Other components still will use split. This forces media to // place the tile under notifications in split mode // No checks here are necessary since split only applies to landscape keyguard which // is only available to tablets. // This change thus does not affect smartphones. useSplitShade = false } @VisibleForTesting Loading