close drawer after click

This commit is contained in:
Conny Duck 2020-04-28 21:56:02 +02:00
parent 9bb86dfe8f
commit 73fa94d39b
1 changed files with 1 additions and 1 deletions

View File

@ -650,6 +650,6 @@ private var AbstractDrawerItem<*, *>.onClick: () -> Unit
set(value) {
onDrawerItemClickListener = { _, _, _ ->
value()
true
false
}
}