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

Commit ce82bf55 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Provide JNIEnv to InputManager" into main

parents 3bdf59de 9f6db4d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -584,7 +584,7 @@ NativeInputManager::NativeInputManager(jobject serviceObj, const sp<Looper>& loo

    mServiceObj = env->NewGlobalRef(serviceObj);

    InputManager* im = new InputManager(this, *this, *this, *this);
    InputManager* im = new InputManager(this, *this, *this, *this, env);
    mInputManager = im;
    defaultServiceManager()->addService(String16("inputflinger"), im);
}