Skip to content
Snippets Groups Projects
Commit 5ed0e558 authored by Christian Wailes's avatar Christian Wailes Committed by Gerrit Code Review
Browse files

Merge "Fixes a system crash in VibratorService on x86 hosts"

parents e750b5b6 7d716426
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ static void vibratorSetExternalControl(JNIEnv*, jobject, jboolean enabled) {
}
}
static jlong vibratorPerformEffect(JNIEnv*, jobject, jlong effect, jint strength) {
static jlong vibratorPerformEffect(JNIEnv*, jobject, jlong effect, jlong strength) {
Status status;
uint32_t lengthMs;
auto callback = [&status, &lengthMs](Status retStatus, uint32_t retLengthMs) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment