rm: refresh key (#291)

This commit is contained in:
lollipopkit
2024-03-01 10:57:33 +08:00
parent 183fc7f160
commit 44a431c19f
3 changed files with 8 additions and 12 deletions

View File

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