Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 583ce8c3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Floss: Fix set hh enablment config in initialization" am: 42126819...

Merge "Floss: Fix set hh enablment config in initialization" am: 42126819 am: b6986cd1 am: 07cf92af

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2517075



Change-Id: Ia3e0d54f397dcdb02cea3c1f6ed9be683ee24993
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f79de93e 07cf92af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -356,7 +356,6 @@ impl HidHost {
    }

    /// return true if we need to restart hh
    #[profile_enabled_or(true)]
    pub fn configure_enabled_profiles(&mut self) -> bool {
        let needs_restart = self.is_profile_updated;
        if self.is_profile_updated {