Merge branch 'main' into MrCyjaneK-cyjan-monerodart

This commit is contained in:
Omar Hatem 2024-05-09 18:48:38 +03:00 committed by GitHub
commit 1c17b69669
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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