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