diff --git a/lib/views/home/new_statistic/new_statistic.dart b/lib/views/home/new_statistic/new_statistic.dart index e9bb535..3098f31 100644 --- a/lib/views/home/new_statistic/new_statistic.dart +++ b/lib/views/home/new_statistic/new_statistic.dart @@ -70,7 +70,7 @@ class _NewStatisticState extends State { StateHandler( enableEmptyState: false, onRetry: context.read().init, - state: context.watch(), + state: context.read(), placeholder: Padding( padding: const EdgeInsets.only(top: 48.0), child: Column(