Closed GoogleCodeExporter closed 9 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
不太明白什么意思?
从用户角度处来看,既然是注销操作就应该回到登陆界面!��
�户不会关心你的处理逻辑的
Original comment by gotojjtm...@gmail.com
on 25 May 2011 at 3:12
Original comment by lds2...@gmail.com
on 3 Jun 2011 at 2:50
should be fixed in newest version
Original comment by ch.lin...@gmail.com
on 7 Sep 2011 at 1:32
Original issue reported on code.google.com by
gotojjtm...@gmail.com
on 24 May 2011 at 6:10