mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-30 12:36:00 +02:00
Closes popup when finished editing.
This commit is contained in:
parent
7468352795
commit
1cc4fd5183
@ -483,7 +483,10 @@ fun NoteDropDownMenu(
|
||||
|
||||
if (wantsToEditPost.value) {
|
||||
EditPostView(
|
||||
onClose = { wantsToEditPost.value = false },
|
||||
onClose = {
|
||||
popupExpanded.value = false
|
||||
wantsToEditPost.value = false
|
||||
},
|
||||
edit = note,
|
||||
accountViewModel = accountViewModel,
|
||||
nav = nav,
|
||||
|
Loading…
x
Reference in New Issue
Block a user