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

Commit a477f3c1 authored by Stephen Hines's avatar Stephen Hines Committed by Automerger Merge Worker
Browse files

Merge "Fix clippy lints for Bluetooth for 1.79.0 update" into main am: 38596325

parents 7aabef3a 38596325
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ pub struct MediaServiceImpl {
    rt: Arc<Runtime>,
    pub btif_a2dp: Arc<Mutex<A2dp>>,
    btif_a2dp_sink: Arc<Mutex<A2dpSink>>,
    #[allow(dead_code)]
    pub btif_avrcp: Arc<Mutex<Avrcp>>,
}