This commit is contained in:
ThomasSession 2024-06-14 09:03:38 +10:00
parent 0dce7b781c
commit 1c85de217b

View File

@ -58,7 +58,7 @@ class NewConversationHomeFragment : Fragment() {
onClose = { delegate.onDialogClosePressed() }) onClose = { delegate.onDialogClosePressed() })
// this component is scrollable from here, but is inside a bottom sheet // this component is scrollable from here, but is inside a bottom sheet
// so we need to cater for nested scrollingÒ // so we need to cater for nested scrolling
Surface( Surface(
// this component is scrollable // this component is scrollable
modifier = Modifier.nestedScroll(rememberNestedScrollInteropConnection()) modifier = Modifier.nestedScroll(rememberNestedScrollInteropConnection())