chore: Update local notifications package

This commit is contained in:
Christian Pauly 2022-10-17 17:48:38 +02:00
commit 65511ca114
6 changed files with 23 additions and 22 deletions

View file

@ -553,12 +553,10 @@ class ChatListController extends State<ChatList>
}
}
}
if (mounted) {
setState(() {
waitForFirstSync = true;
});
}
return;
if (!mounted) return;
setState(() {
waitForFirstSync = true;
});
}
void cancelAction() {