Enable drawer close gesture.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -251,7 +251,7 @@ class MainActivity : AppCompatActivity(), ISettingsChangeListener {
|
||||
|
||||
ModalNavigationDrawer(
|
||||
drawerState = drawerState,
|
||||
gesturesEnabled = false,
|
||||
gesturesEnabled = drawerState.isOpen,
|
||||
drawerContent = {
|
||||
ModalDrawerSheet {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user