no message

pull/36/head
Sultan khan 2 months ago
parent 009fa1859e
commit 286dfaa376

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

Loading…
Cancel
Save