1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-01-04 12:59:46 +01:00

close drawer after click

This commit is contained in:
Conny Duck 2020-04-28 21:56:02 +02:00
parent 9bb86dfe8f
commit 73fa94d39b

View File

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