mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59: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() {
|
void initState() {
|
||||||
super.initState();
|
super.initState();
|
||||||
|
|
||||||
this.listenChangeState<NewNumberNotifsEvent>(
|
this.listen<NewNumberNotifsEvent>((d) => _refreshKey.currentState.show());
|
||||||
(d) => _refreshKey.currentState.show());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Loading…
Reference in New Issue
Block a user