Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.99版本图形模式下从详情没有返回排行榜直接退出的问题 #148

Closed
sangbobo opened this issue Nov 28, 2019 · 4 comments
Closed
Labels
Bug 🐞 故障 Confirmed bugs or reports that are very likely to be bugs Proposal 💡 方案 Issue creater's own proposal which may be really helpful Settled 🌴 完成 Happy ending for both human beings and issues themselves

Comments

@sangbobo
Copy link

从排行榜列表进入用户详情后,当返回时,有的时候会返回两次,直接退出排行榜列表了(也有可能是直接退出了排行榜列表)。

@sangbobo sangbobo changed the title 1.99版本图形模式下偶现返回2次的问题 1.99版本图形模式下从详情没有返回排行榜直接退出的问题 Nov 28, 2019
@SuperMonster003
Copy link
Owner

问题属于"过度返回"
好友森林 当前 -> 排行榜 预期 -> 蚂蚁森林主页 实际
感谢反馈 下一版将尝试修复

@SuperMonster003 SuperMonster003 added Accepted 🌱 受理 Maintainer may be busy resolving or fixing the labeled issues Bug 🐞 故障 Confirmed bugs or reports that are very likely to be bugs labels Nov 28, 2019
@sangbobo
Copy link
Author

怀疑是jumpBackOnce方法下的keycode(4, "double");导致。
我尝试着替换成了back()

@SuperMonster003
Copy link
Owner

没错 旧版通过 intent_with_params 方案 ( 即利用 Activity ) 跳转进入排行榜后 多数设备排行榜页面没有返回按钮控件 更有需要连续快速两次返回才能关闭排行榜页面的现象 ( 或者点击右上角关闭按钮 )
因此脚本采用了快速连续返回的方式处理所有的返回排行榜功能
目前看来 新控件需要采用更好的方式实现上述功能了
当然 back() 没有问题 只是以前的时候 back() 是无法退出上述排行榜页面的 ( 除非使用了 click_list_more_btn 方案或用户自行添加的其他方案 )

@SuperMonster003 SuperMonster003 added the Proposal 💡 方案 Issue creater's own proposal which may be really helpful label Nov 28, 2019
@iciness
Copy link

iciness commented Nov 29, 2019

如何切换到click_list_more_btn 方案,是设置里还是需要改代码

@SuperMonster003 SuperMonster003 added Settled 🌴 完成 Happy ending for both human beings and issues themselves and removed Accepted 🌱 受理 Maintainer may be busy resolving or fixing the labeled issues labels Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 故障 Confirmed bugs or reports that are very likely to be bugs Proposal 💡 方案 Issue creater's own proposal which may be really helpful Settled 🌴 完成 Happy ending for both human beings and issues themselves
Projects
None yet
Development

No branches or pull requests

3 participants