mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
chore: README
This commit is contained in:
@@ -91,7 +91,7 @@ class _ServerPageState extends State<ServerPage>
|
||||
|
||||
// Desktop doesn't support pull to refresh
|
||||
if (isDesktop) return child;
|
||||
|
||||
|
||||
return RefreshIndicator(
|
||||
key: ServerProvider.refreshKey,
|
||||
onRefresh: () async => await Pros.server.refreshData(onlyFailed: true),
|
||||
|
||||
Reference in New Issue
Block a user