Loading packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/SingleShadeMeasurePolicy.kt +5 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,11 @@ class SingleShadeMeasurePolicy( mediaAndQqsPlaceable = mediaAndQqsPlaceable, insetsTop = insetsTop, ) // Don't send position updates during the lookahead pass, as it can report a value that is // not yet reflected in the UI. if (!isLookingAhead) { onNotificationsTopChanged(notificationsTop) } return layout(constraints.maxWidth, constraints.maxHeight) { shadeHeaderPlaceable?.placeRelative(x = insetsLeft, y = insetsTop) Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/SingleShadeMeasurePolicy.kt +5 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,11 @@ class SingleShadeMeasurePolicy( mediaAndQqsPlaceable = mediaAndQqsPlaceable, insetsTop = insetsTop, ) // Don't send position updates during the lookahead pass, as it can report a value that is // not yet reflected in the UI. if (!isLookingAhead) { onNotificationsTopChanged(notificationsTop) } return layout(constraints.maxWidth, constraints.maxHeight) { shadeHeaderPlaceable?.placeRelative(x = insetsLeft, y = insetsTop) Loading