mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 02:56:58 +08:00
@@ -39,7 +39,7 @@ class MineController extends GetxController {
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> onLogin([bool longPress = false]) async {
|
||||
void onLogin([bool longPress = false]) {
|
||||
if (!isLogin.value || longPress) {
|
||||
Get.toNamed('/loginPage', preventDuplicates: false);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user