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

Commit b93914a7 authored by Josep del Río's avatar Josep del Río Committed by Automerger Merge Worker
Browse files

Merge "Fix KCM key mapping cloning" into rvc-dev am: 287bfd5a

parents adc6fe9a 287bfd5a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ jobject android_view_InputDevice_create(JNIEnv* env, const InputDeviceInfo& devi
    if (map != nullptr) {
        Parcel parcel;
        map->writeToParcel(&parcel);
        parcel.setDataPosition(0);
        map = map->readFromParcel(&parcel);
    }