From a8c358fd58828091dffbeab2f0a3a897a05035a1 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 18 Apr 2020 14:20:07 +0200 Subject: [PATCH] Fix issue --- lib/ui/screens/notifications_screen.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ui/screens/notifications_screen.dart b/lib/ui/screens/notifications_screen.dart index 7b0d47f..74df8cd 100644 --- a/lib/ui/screens/notifications_screen.dart +++ b/lib/ui/screens/notifications_screen.dart @@ -68,8 +68,7 @@ class _NotificationsScreenState extends SafeState { void initState() { super.initState(); - this.listenChangeState( - (d) => _refreshKey.currentState.show()); + this.listen((d) => _refreshKey.currentState.show()); } @override