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

Commit 7e391b0c authored by Jakub Tyszkowski's avatar Jakub Tyszkowski Committed by Automerger Merge Worker
Browse files

Fix matching the results am: f5015ce6 am: c26c89cb

parents 87c0c2bb c26c89cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -818,7 +818,7 @@ ndk::ScopedAStatus LeAudioOffloadAudioProvider::getLeAudioAseConfiguration(
      auto matched_setting = matchWithRequirement(
          matched_ase_configuration_settings, requirement, false);
      if (matched_setting.has_value()) {
        result.push_back(matched_setting_with_context.value());
        result.push_back(matched_setting.value());
      } else {
        // Cannot find a match for this requirement
        // Immediately return