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

Commit a1649935 authored by Amy Zhang's avatar Amy Zhang
Browse files

Fix the typo in Tuner JNI of onScanMessageExt_1_1.onPriorityReported

Test: atest android.media.tv.tuner.cts
Bug: 181242574
Change-Id: Ie1348a0e2489160975d769c21429b971accfb2ea
parent e280ab9e
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;
        }