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

Commit f3f72d66 authored by Amy Zhang's avatar Amy Zhang Committed by Automerger Merge Worker
Browse files

Fix the typo in Tuner JNI of onScanMessageExt_1_1.onPriorityReported am: a1649935

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13702506

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9ff9ef67175417e931f721655577ac272023a6c2
parents 02bfc193 a1649935
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1128,7 +1128,7 @@ void FrontendClientCallbackImpl::onScanMessageExt1_1(FrontendScanMessageTypeExt1
            bool isHighPriority = message.isHighPriority();
            env->CallVoidMethod(
                    frontend,
                    env->GetMethodID(clazz, "onPriorityReported", "(B)V"),
                    env->GetMethodID(clazz, "onPriorityReported", "(Z)V"),
                    isHighPriority);
            break;
        }