mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Fix issue
This commit is contained in:
@ -68,8 +68,7 @@ class _NotificationsScreenState extends SafeState<NotificationsScreen> {
|
||||
void initState() {
|
||||
super.initState();
|
||||
|
||||
this.listenChangeState<NewNumberNotifsEvent>(
|
||||
(d) => _refreshKey.currentState.show());
|
||||
this.listen<NewNumberNotifsEvent>((d) => _refreshKey.currentState.show());
|
||||
}
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user