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

Commit 4e9176e6 authored by Vladimir Marko's avatar Vladimir Marko Committed by Android Git Automerger
Browse files

am d9e8b73f: am 548101cb: am e5fe7f3f: Merge "Fix...

am d9e8b73f: am 548101cb: am e5fe7f3f: Merge "Fix android_media_AudioSystem_getMasterMute return type."

* commit 'd9e8b73f':
  Fix android_media_AudioSystem_getMasterMute return type.
parents be312e43 d9e8b73f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ android_media_AudioSystem_setMasterMute(JNIEnv *env, jobject thiz, jboolean mute
    return (jint) check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
}

static jfloat
static jboolean
android_media_AudioSystem_getMasterMute(JNIEnv *env, jobject thiz)
{
    bool mute;