zhu3082104111 / fanfoudroid

Automatically exported from code.google.com/p/fanfoudroid
0 stars 0 forks source link

注销后不能回到登陆页面 #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
请描述使问题重现的步骤?
1.登陆客户端
2.在多个页面中跳转浏览
3.点击注销,发现没有回到登陆页面

希望出现怎样的结果? 
回到登陆页面

实际的结果是什么?
没有回到登陆页面, 
分析原因可能是部分页面没有响应登出事件造成的

你使用的产品版本号?

模拟器
ROM信息?

机型?

请提供更多的信息(如果有的话).

Original issue reported on code.google.com by gotojjtm...@gmail.com on 24 May 2011 at 6:10

GoogleCodeExporter commented 8 years ago
  protected void handleLoggedOut() {
        //isTaskRoot()如果返回false,不会跳转到登录页面
        if (isTaskRoot()) {
            showLogin();
        } else {
            setResult(RESULT_LOGOUT);
        }

        finish();
    }

Original comment by Dino...@gmail.com on 24 May 2011 at 4:40

GoogleCodeExporter commented 8 years ago
不太明白什么意思? 
从用户角度处来看,既然是注销操作就应该回到登陆界面!��
�户不会关心你的处理逻辑的

Original comment by gotojjtm...@gmail.com on 25 May 2011 at 3:12

GoogleCodeExporter commented 8 years ago

Original comment by lds2...@gmail.com on 3 Jun 2011 at 2:50

GoogleCodeExporter commented 8 years ago
should be fixed in newest version

Original comment by ch.lin...@gmail.com on 7 Sep 2011 at 1:32