mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
fix: Clear events
This commit is contained in:
parent
58557618b1
commit
3c807ab3b8
@ -509,7 +509,7 @@ class ChatController extends State<Chat> {
|
||||
setState(() => selectedEvents.clear());
|
||||
}
|
||||
|
||||
void clearSelectedEvents() => () => setState(() => selectedEvents.clear());
|
||||
void clearSelectedEvents() => setState(() => selectedEvents.clear());
|
||||
|
||||
void editSelectedEventAction() {
|
||||
setState(() {
|
||||
|
Loading…
Reference in New Issue
Block a user