fix ios splash

This commit is contained in:
admin
2020-05-31 16:14:56 +06:30
parent 2c3dec20ae
commit 06b5881858
4 changed files with 28 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ class _SplashScreenState extends State<SplashScreen> {
this._loaded = mainModel.isLoaded;
this._isSupport = true;
this._isLogin = mainModel.isLogin();
this._isAgree = mainModel.agreedTerm();
// this._isAgree = mainModel.agreedTerm();
this._hasEmail = mainModel.hasEmail();
this._isOnline = mainModel.isOnline;