fix: 异步调用 DBus 打开缩略图文件#484
Merged
Merged
Conversation
There was a problem hiding this comment.
Sorry @Resurgamz, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
e9ad9d8 to
f9c5bfd
Compare
将 v23+ 环境下图片/视频缩略图打开逻辑改为异步 DBus 调用, 避免同步等待 D-Bus 返回导致相机界面卡顿。 DBus 调用失败或超时时走原有备用打开路径,避免点击缩略图无响应。 Log: 修复缩略图打开外部应用时同步 D-Bus 调用导致界面卡顿的问题。 Bug: https://pms.uniontech.com/bug-view-361401.html
lzwind
approved these changes
Jun 12, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, Resurgamz The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Author
|
/merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… 将V23+环境下图片/视频缩略图打开逻辑改为异步 DBuS 调用,避免同步等待D-Bus 返回导致相机界面卡顿。
Log: 修复点击缩略图打开视频时因同步 D-Bus调用阻塞导致相机界面卡顿的问题。
Bug: https://pms.uniontech.com/bug-view-361401.html