fix: Fix the initial value of Bluetooth status#835
Closed
pengfeixx wants to merge 1 commit intolinuxdeepin:masterfrom
Closed
fix: Fix the initial value of Bluetooth status#835pengfeixx wants to merge 1 commit intolinuxdeepin:masterfrom
pengfeixx wants to merge 1 commit intolinuxdeepin:masterfrom
Conversation
Fix the initial value of Bluetooth status Log: Fix the initial value of Bluetooth status pms: BUG-283349
Reviewer's GuideBluetooth init now explicitly sets the initial DisplaySwitch status to false within the init() method. Class diagram for Bluetooth init() method updateclassDiagram
class Bluetooth {
+init()
-settings
-DisplaySwitch
+agent
+obexAgent
}
class gio {
+NewSettings(schema)
}
Bluetooth --> gio : uses
Bluetooth : +DisplaySwitch.Set(false) // Explicitly set in init()
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pengfeixx 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 |
There was a problem hiding this comment.
Hey @pengfeixx - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
deepin pr auto review在代码审查中,我会关注以下几个方面:语法和逻辑错误、代码质量、性能和安全性。以下是针对您提供的代码片段的审查意见: 语法和逻辑错误
代码质量
性能
安全性
其他建议
综上所述,代码片段本身没有明显的语法或逻辑错误,但是建议添加注释、评估性能影响,并确保操作的安全性。 |
Contributor
|
TAG Bot New tag: 6.1.44 |
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.
Fix the initial value of Bluetooth status
Log: Fix the initial value of Bluetooth status
pms: BUG-283349
Summary by Sourcery
Bug Fixes: