fix close

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-30 15:01:37 +08:00
parent 698e11885a
commit d833f3651c
3 changed files with 23 additions and 26 deletions

View File

@@ -92,12 +92,6 @@ abstract class Accounts {
Request.buvidActive(AnonymousAccount());
}
static void close() {
account
..compact()
..close();
}
static Future<void> deleteAll(Set<Account> accounts) async {
var isloginMain = Accounts.main.isLogin;
for (int i = 0; i < AccountType.values.length; i++) {