Loading packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/Notifications.kt +1 −2 Original line number Diff line number Diff line Loading @@ -92,7 +92,6 @@ import com.android.compose.animation.scene.ElementKey import com.android.compose.animation.scene.LowestZIndexContentPicker import com.android.compose.animation.scene.SceneTransitionLayoutState import com.android.compose.animation.scene.content.state.TransitionState import com.android.compose.gesture.NestedScrollableBound import com.android.compose.gesture.effect.OffsetOverscrollEffect import com.android.compose.gesture.effect.rememberOffsetOverscrollEffect import com.android.compose.modifiers.thenIf Loading Loading @@ -596,7 +595,7 @@ fun ContentScope.NotificationScrollingStack( ) { Column( modifier = Modifier.disableSwipesWhenScrolling(NestedScrollableBound.BottomRight) Modifier.disableSwipesWhenScrolling() .thenIf(supportNestedScrolling) { Modifier.nestedScroll(scrimNestedScrollConnection) } Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/Notifications.kt +1 −2 Original line number Diff line number Diff line Loading @@ -92,7 +92,6 @@ import com.android.compose.animation.scene.ElementKey import com.android.compose.animation.scene.LowestZIndexContentPicker import com.android.compose.animation.scene.SceneTransitionLayoutState import com.android.compose.animation.scene.content.state.TransitionState import com.android.compose.gesture.NestedScrollableBound import com.android.compose.gesture.effect.OffsetOverscrollEffect import com.android.compose.gesture.effect.rememberOffsetOverscrollEffect import com.android.compose.modifiers.thenIf Loading Loading @@ -596,7 +595,7 @@ fun ContentScope.NotificationScrollingStack( ) { Column( modifier = Modifier.disableSwipesWhenScrolling(NestedScrollableBound.BottomRight) Modifier.disableSwipesWhenScrolling() .thenIf(supportNestedScrolling) { Modifier.nestedScroll(scrimNestedScrollConnection) } Loading