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

Commit 6e589f27 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi Committed by Gerrit Code Review
Browse files

Merge "floss: Fix classic HID keyboard connection issue"

parents 86d56ed9 284c87c3
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1099,9 +1099,11 @@ impl BtifBluetoothCallbacks for Bluetooth {

                    let sent_info = info.clone();
                    tokio::spawn(async move {
                        let _ = txl.send(Message::DelayedAdapterActions(
                        let _ = txl
                            .send(Message::DelayedAdapterActions(
                                DelayedActions::ConnectAllProfiles(sent_info),
                        ));
                            ))
                            .await;
                    });
                }