Enable drawer close gesture.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-22 21:42:38 +01:00
parent 8d24e46687
commit c54f63736e

View File

@@ -251,7 +251,7 @@ class MainActivity : AppCompatActivity(), ISettingsChangeListener {
ModalNavigationDrawer(
drawerState = drawerState,
gesturesEnabled = false,
gesturesEnabled = drawerState.isOpen,
drawerContent = {
ModalDrawerSheet {