使用startWithPop,已经登陆运行程序会进入空白页
来源:9-3 打造适合电商主界面导航框架
裴得起
2017-08-22
如果用这个方法跑起来程序,已经登陆,会进入空白页
case SIGNED: getSupportDelegate().startWithPop(new GoodsBottomDelegate());
改成这样又正常了
start(new GoodsBottomDelegate());
这个问题怎么解决,而且进入空白页程序并没有报错
另外同样使用getSupportDelegate().startWithPop在没有登陆的时候进入登录页面是正常的
case NOT_SIGNED: getSupportDelegate().startWithPop(new SignInDelegate())
这个则没有问题
写回答
1回答
-
这个问题升级fragmatation就好啦
022019-04-26
相似问题