|
|
|
|
@ -612,9 +612,8 @@ class AuthenticationViewModel extends ChangeNotifier {
|
|
|
|
|
|
|
|
|
|
checkLastLoginStatus(Function() onSuccess) async {
|
|
|
|
|
|
|
|
|
|
cacheService.getBool(key: CacheConst.quickLoginEnabled);
|
|
|
|
|
Future.delayed(Duration(seconds: 1), () {
|
|
|
|
|
if(cacheService.getBool(key: CacheConst.quickLoginEnabled) == false) {
|
|
|
|
|
Future.delayed(Duration(seconds: 1), () async {
|
|
|
|
|
if(cacheService.getBool(key: CacheConst.quickLoginEnabled) == null){
|
|
|
|
|
if (_appState.getSelectDeviceByImeiRespModelElement != null &&
|
|
|
|
|
(_appState.getSelectDeviceByImeiRespModelElement!.logInType == 1 || _appState.getSelectDeviceByImeiRespModelElement!.logInType == 4)) {
|
|
|
|
|
phoneNumberController.text =
|
|
|
|
|
|