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

Commit a5f8104f authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Automerger Merge Worker
Browse files

Merge "Floss: Warning fixup" am: bf7b559b am: 6e33c95d

parents ba01c209 6e33c95d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -854,7 +854,7 @@ impl BluetoothSocketManager {
        match time::timeout(timeout, stream.readable()).await {
            Ok(inner) => match inner {
                Ok(()) => {}
                Err(e) => {
                Err(_e) => {
                    // Stream was not readable. This is usually due to some polling error.
                    return BtStatus::Fail;
                }