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

Commit c3a53e73 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Automerger Merge Worker
Browse files

Merge "leaudio: Fix copy paste issue" am: 9cd95ec1

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/1846285

Change-Id: I1239a2bb10e4400a0e6d7c6885ce3f89cd944317
parents b0c41696 9cd95ec1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -136,7 +136,8 @@ public class LeAudioService extends ProfileService {
        mLeAudioNativeInterface = Objects.requireNonNull(LeAudioNativeInterface.getInstance(),
                "LeAudioNativeInterface cannot be null when LeAudioService starts");
        mDatabaseManager = Objects.requireNonNull(mAdapterService.getDatabase(),
                "DatabaseManager cannot be null when A2dpService starts");
                "DatabaseManager cannot be null when LeAudioService starts");

        mAudioManager = getSystemService(AudioManager.class);
        Objects.requireNonNull(mAudioManager,
                "AudioManager cannot be null when LeAudioService starts");