Reverting QuickAction to the DropDown Menu until we get reporting functions implemented.

This commit is contained in:
Vitor Pamplona 2023-03-13 17:46:09 -04:00
parent bb6b4c208d
commit 5ce6d06920

View File

@ -344,7 +344,7 @@ fun ChatroomMessageCompose(
}
}
NoteQuickActionMenu(note, popupExpanded, { popupExpanded = false }, accountViewModel)
NoteDropDownMenu(note, popupExpanded, { popupExpanded = false }, accountViewModel)
}
}
}