fix: 菜单项点击后不自动关闭

This commit is contained in:
HuanCheng65 2023-07-21 22:25:25 +08:00
parent 8add060de8
commit 3cab18fb55
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 1 additions and 0 deletions

View File

@ -1387,6 +1387,7 @@ fun PostCard(
}
val menuState = rememberMenuState()
LongClickMenu(
menuState = menuState,
indication = null,
onClick = {
onReplyClick(post)