mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-24 01:58:36 +00:00
@@ -656,7 +656,7 @@ class LoginPageController extends GetxController
|
||||
}
|
||||
}
|
||||
|
||||
static Future switchAccountDialog(BuildContext context) {
|
||||
static Future<void> switchAccountDialog(BuildContext context) {
|
||||
if (Accounts.account.isEmpty) {
|
||||
return SmartDialog.showToast('请先登录');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user