mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +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