mirror of
https://gitlab.com/ubports/development/core/hybris-support/ofono-binder-plugin-ext-qti
synced 2025-11-03 20:45:53 +08:00
radio_ext: Pass copied reader
This commit is contained in:
@@ -577,7 +577,7 @@ qti_radio_ext_result_response(
|
||||
result = -1;
|
||||
}
|
||||
if (result_req->complete) {
|
||||
result_req->complete(self, result, args, req->user_data);
|
||||
result_req->complete(self, result, &reader, req->user_data);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user