💄 Optimize connection experience

This commit is contained in:
2024-05-12 22:29:38 +08:00
parent 8e0e2dacfe
commit b9461e5019
3 changed files with 21 additions and 12 deletions

View File

@@ -55,6 +55,8 @@ class ChatProvider extends ChangeNotifier {
if (!noRetry) {
await auth.client!.refreshToken(auth.client!.currentRefreshToken!);
connect(auth, noRetry: true);
} else {
rethrow;
}
}

View File

@@ -95,6 +95,8 @@ class NotifyProvider extends ChangeNotifier {
if (!noRetry) {
await auth.client!.refreshToken(auth.client!.currentRefreshToken!);
connect(auth, noRetry: true);
} else {
rethrow;
}
}