mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-20 08:00:39 +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());
|
setState(() => selectedEvents.clear());
|
||||||
}
|
}
|
||||||
|
|
||||||
void clearSelectedEvents() => () => setState(() => selectedEvents.clear());
|
void clearSelectedEvents() => setState(() => selectedEvents.clear());
|
||||||
|
|
||||||
void editSelectedEventAction() {
|
void editSelectedEventAction() {
|
||||||
setState(() {
|
setState(() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user