mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Fix issue
This commit is contained in:
parent
0700014b3a
commit
a8c358fd58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user