From cfe4401ccbbfeb34e61c58aefb82c71af2a2c009 Mon Sep 17 00:00:00 2001 From: Adegoke David <64401859+Blazebrain@users.noreply.github.com> Date: Thu, 9 May 2024 15:10:49 +0100 Subject: [PATCH] Desktop-refresh-error-fix (#1442) * fix: Desktop refresh issue * chore: Removing comments --- lib/src/screens/dashboard/dashboard_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/screens/dashboard/dashboard_page.dart b/lib/src/screens/dashboard/dashboard_page.dart index 52a4d8f61..8d9dc9829 100644 --- a/lib/src/screens/dashboard/dashboard_page.dart +++ b/lib/src/screens/dashboard/dashboard_page.dart @@ -53,7 +53,7 @@ class DashboardPage extends StatelessWidget { Widget build(BuildContext context) { final screenHeight = MediaQuery.of(context).size.height; return Scaffold( - body: Observer( + body: Builder( builder: (_) { final dashboardPageView = RefreshIndicator( displacement: screenHeight * 0.1,