mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-03-11 17:15:39 +00:00
fix: pull to refresh
This commit is contained in:
parent
9af15fbdb0
commit
4829d7470c
1 changed files with 3 additions and 1 deletions
|
|
@ -132,7 +132,9 @@ class _HomeTabPageState extends State<HomeTabPage> {
|
|||
],
|
||||
),
|
||||
body: RefreshIndicator(
|
||||
onRefresh: () async {},
|
||||
onRefresh: () async {
|
||||
return reloadPage();
|
||||
},
|
||||
child: QueryBuilder(
|
||||
query: query,
|
||||
builder: (context, state) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue