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

Commit e5881d66 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Floss: remove flag check for SWB support" into main

parents 41b6bc3b e772f79b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ bool get_swb_supported() {
  for (cached_codec_info c : cached_codecs) {
    // SWB runs on the same path as MSBC non-offload.
    if (c.inner.codec == MSBC_TRANSPARENT) {
      return osi_property_get_bool("bluetooth.sco.swb_supported", false);
      return true;
    }
  }
  return false;