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

此次更新后,点击搜索结果缩略图进入全屏浏览后,之前的搜索结果列表页会重启,重新开始搜索 #38

Open
keepChatAlive opened this issue Feb 23, 2025 · 1 comment

Comments

@keepChatAlive
Copy link

1.不是内存不足引起的,我把返回的搜索结果数量改成1,也会重启
2.此外,因为某种原因,应用内的搜索结果数量设置似乎没有生效
3.2024-11的版本没有此问题
为了不影响使用,我自己那边先改成点击就使用外部查看器了:

         onClickPhoto = { photo, _, ctx ->
                val intent = Intent().apply {
                    action = Intent.ACTION_VIEW
                    setDataAndType(photo.uri, "image/*")
                    flags = Intent.FLAG_GRANT_READ_URI_PERMISSION
                }
                ctx.startActivity(Intent.createChooser(intent, "Open with External Apps"))
@jelychow
Copy link
Collaborator

你好,感谢反馈,会在这几天修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants