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

Commit 7d1ad2fc authored by Whale Chang's avatar Whale Chang Committed by Gerrit Code Review
Browse files

Merge "Floss: Fix headset keeps ringing after accepting call from application" into main

parents 0e103bed 494de28e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1273,9 +1273,6 @@ impl BluetoothMedia {
            } else if call_state == UHID_OUTPUT_RING {
                self.incoming_call("".into());
            } else if call_state == UHID_OUTPUT_OFF_HOOK {
                if self.call_list.iter().any(|c| c.source == CallSource::HID) {
                    return;
                }
                self.dialing_call("".into());
                self.answer_call();
                self.uhid_send_input_report(&addr);