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

Commit 1e2a418a 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 78e4c649 a8cf6e3f
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) {