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