update shipment rate
This commit is contained in:
@@ -50,8 +50,12 @@ class _SplashScreenState extends State<SplashScreen> {
|
||||
|
||||
if (_loaded) {
|
||||
timer.cancel();
|
||||
if (this._isLogin) {
|
||||
Navigator.of(context).pushReplacementNamed('/homeLogin');
|
||||
} else {
|
||||
Navigator.of(context).pushReplacementNamed('/home');
|
||||
}
|
||||
|
||||
Navigator.of(context).pushReplacementNamed('/home');
|
||||
// if (_isSupport) {
|
||||
// if (_isLogin) {
|
||||
// if (!_isAgree) {
|
||||
|
||||
Reference in New Issue
Block a user