fix ios splash
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user