fix: 菜单项点击后不自动关闭
This commit is contained in:
parent
8add060de8
commit
3cab18fb55
|
|
@ -1387,6 +1387,7 @@ fun PostCard(
|
|||
}
|
||||
val menuState = rememberMenuState()
|
||||
LongClickMenu(
|
||||
menuState = menuState,
|
||||
indication = null,
|
||||
onClick = {
|
||||
onReplyClick(post)
|
||||
|
|
|
|||
Loading…
Reference in New Issue