Loading packages/SystemUI/src/com/android/systemui/qs/composefragment/QSFragmentCompose.kt +1 −0 Original line number Diff line number Diff line Loading @@ -792,6 +792,7 @@ constructor( } .onSizeChanged { viewModel.qsScrollHeight = it.height } .verticalScroll(scrollState) .padding(bottom = 8.dp) .sysuiResTag(ResIdTags.qsScroll) ) { val containerViewModel = viewModel.containerViewModel Loading Loading
packages/SystemUI/src/com/android/systemui/qs/composefragment/QSFragmentCompose.kt +1 −0 Original line number Diff line number Diff line Loading @@ -792,6 +792,7 @@ constructor( } .onSizeChanged { viewModel.qsScrollHeight = it.height } .verticalScroll(scrollState) .padding(bottom = 8.dp) .sysuiResTag(ResIdTags.qsScroll) ) { val containerViewModel = viewModel.containerViewModel Loading