fix: enable swipe gestures for opening the navigation drawer in ChatsListScreen
This commit is contained in:
@@ -372,6 +372,7 @@ fun ChatsListScreen(
|
||||
Box(modifier = Modifier.fillMaxSize().background(backgroundColor).navigationBarsPadding()) {
|
||||
ModalNavigationDrawer(
|
||||
drawerState = drawerState,
|
||||
gesturesEnabled = true, // 🔥 Явно включаем свайп для открытия drawer
|
||||
drawerContent = {
|
||||
ModalDrawerSheet(
|
||||
drawerContainerColor = Color.Transparent,
|
||||
|
||||
Reference in New Issue
Block a user