close drawer after click
This commit is contained in:
parent
9bb86dfe8f
commit
73fa94d39b
1 changed files with 1 additions and 1 deletions
|
@ -650,6 +650,6 @@ private var AbstractDrawerItem<*, *>.onClick: () -> Unit
|
|||
set(value) {
|
||||
onDrawerItemClickListener = { _, _, _ ->
|
||||
value()
|
||||
true
|
||||
false
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue