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

Commit 06b4c20b authored by Whale Chang's avatar Whale Chang Committed by Automerger Merge Worker
Browse files

Merge "Floss: Rework floss place active call" into main am: 892939a6 am: cbe063a9

parents 6388c3a9 cbe063a9
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -3060,14 +3060,8 @@ impl BluetoothMedia {
            return;
        }

        self.call_list.push(CallInfo {
            index: 1,
            dir_incoming: false,
            state: CallState::Active,
            number: "".into(),
        });
        self.phone_state.num_active = 1;
        self.phone_state_change("".into());
        self.dialing_call_impl("".into(), None);
        self.answer_call_impl();
    }

    pub fn get_group_devices(&self, group_id: i32) -> HashSet<RawAddress> {