fix: enable swipe gestures for opening the navigation drawer in ChatsListScreen

This commit is contained in:
k1ngsterr1
2026-02-03 03:13:47 +05:00
parent da76243e3a
commit 4b8524f092

View File

@@ -372,6 +372,7 @@ fun ChatsListScreen(
Box(modifier = Modifier.fillMaxSize().background(backgroundColor).navigationBarsPadding()) {
ModalNavigationDrawer(
drawerState = drawerState,
gesturesEnabled = true, // 🔥 Явно включаем свайп для открытия drawer
drawerContent = {
ModalDrawerSheet(
drawerContainerColor = Color.Transparent,