From e061f756dd47fee57f359cdb9f46be4706422974 Mon Sep 17 00:00:00 2001 From: orz12 Date: Thu, 7 Mar 2024 20:18:59 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E7=BD=91=E7=BB=9C=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=B6=88=E5=A4=B1=E9=80=9F=E5=BA=A6=E5=8A=A0?= =?UTF-8?q?=E5=BF=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/http/interceptor.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/http/interceptor.dart b/lib/http/interceptor.dart index 362ff17a..727d3e8f 100644 --- a/lib/http/interceptor.dart +++ b/lib/http/interceptor.dart @@ -48,6 +48,7 @@ class ApiInterceptor extends Interceptor { SmartDialog.showToast( await dioError(err), displayType: SmartToastType.onlyRefresh, + displayTime: const Duration(seconds: 1), ); super.onError(err, handler); }