1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 12:59:21 +00:00

Fix issue

This commit is contained in:
Pierre HUBERT 2020-04-18 14:20:07 +02:00
parent 0700014b3a
commit a8c358fd58

View File

@ -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