mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
rm: refresh key (#291)
This commit is contained in:
@@ -105,7 +105,6 @@ class _ServerPageState extends State<ServerPage>
|
||||
if (isDesktop) return child;
|
||||
|
||||
return RefreshIndicator(
|
||||
key: ServerProvider.refreshKey,
|
||||
onRefresh: () async => await Pros.server.refresh(onlyFailed: true),
|
||||
child: child,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user