Loading packages/SystemUI/src/com/android/systemui/shade/ShadeHeaderController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ constructor( if (ShadeWindowGoesAround.isEnabled) { // ShadeDisplaysRepository is the source of truth for display id when // ShadeWindowGoesAround.isEnabled shadeDisplaysRepositoryLazy.get().displayId.value shadeDisplaysRepositoryLazy.get().pendingDisplayId.value } else { context.displayId } Loading Loading
packages/SystemUI/src/com/android/systemui/shade/ShadeHeaderController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ constructor( if (ShadeWindowGoesAround.isEnabled) { // ShadeDisplaysRepository is the source of truth for display id when // ShadeWindowGoesAround.isEnabled shadeDisplaysRepositoryLazy.get().displayId.value shadeDisplaysRepositoryLazy.get().pendingDisplayId.value } else { context.displayId } Loading