We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.不是内存不足引起的,我把返回的搜索结果数量改成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"))
The text was updated successfully, but these errors were encountered:
你好,感谢反馈,会在这几天修复
Sorry, something went wrong.
No branches or pull requests
1.不是内存不足引起的,我把返回的搜索结果数量改成1,也会重启
2.此外,因为某种原因,应用内的搜索结果数量设置似乎没有生效
3.2024-11的版本没有此问题
为了不影响使用,我自己那边先改成点击就使用外部查看器了:
The text was updated successfully, but these errors were encountered: