update all screens with pulldown to refresh as false & reload home on back

This commit is contained in:
2024-10-08 10:11:30 +02:00
parent db6d1a3a1f
commit 76d904d653
15 changed files with 50 additions and 0 deletions

View File

@@ -330,6 +330,8 @@ class _MIHAboutState extends State<MIHAbout> {
actionDrawer: null,
secondaryActionDrawer: null,
bottomNavBar: null,
pullDownToRefresh: false,
onPullDown: () async {},
);
}
}