[chromecast] Fix JNI method invoke for gesture handled callback
Follow-up after fixing the JNI classname; unfortunately previous CL was mistakenly thought to fix the issue but the bug remained. This CL fixes: * Classname signature (missing $) * Method signature (extraneous ';') * Calling method (Should be CallVoidMethod) Tested on physical Android things device. Bug: internal b/159235968 Test: manual on device Change-Id: I5907ab842740e697e80d757a2f96485ba63c7f32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276242Reviewed-by:Alex Sakhartchouk <alexst@chromium.org> Reviewed-by:
Randy Rossi <rmrossi@chromium.org> Commit-Queue: Ryan Daum <rdaum@chromium.org> Cr-Commit-Position: refs/heads/master@{#784137}
Showing
Please register or sign in to comment