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

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

Merge "Handle all kinds of focuses and make fault tolerant to phone calls."

parents 2b42a490 80b6c335
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -209,6 +209,7 @@ static void informAudioFocusStateNative(JNIEnv *env, jobject object, jint focus_
    if (!sBluetoothA2dpInterface) return;

    sBluetoothA2dpInterface->set_audio_focus_state((uint8_t) focus_state);

}

static void informAudioTrackGainNative(JNIEnv *env, jobject object, jfloat gain) {