chore: Update local notifications package
This commit is contained in:
parent
5e5aaa8ff9
commit
65511ca114
6 changed files with 23 additions and 22 deletions
|
|
@ -553,12 +553,10 @@ class ChatListController extends State<ChatList>
|
|||
}
|
||||
}
|
||||
}
|
||||
if (mounted) {
|
||||
setState(() {
|
||||
waitForFirstSync = true;
|
||||
});
|
||||
}
|
||||
return;
|
||||
if (!mounted) return;
|
||||
setState(() {
|
||||
waitForFirstSync = true;
|
||||
});
|
||||
}
|
||||
|
||||
void cancelAction() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue