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() })
// 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(
// this component is scrollable
modifier = Modifier.nestedScroll(rememberNestedScrollInteropConnection())