mirror of
https://gitlab.com/ubports/development/core/hybris-support/ofono-binder-plugin-ext-qti
synced 2025-11-03 20:45:53 +08:00
call: Dont set id_mapped
This commit is contained in:
@@ -260,7 +260,6 @@ qti_ims_call_dial(
|
||||
|
||||
if (id) {
|
||||
req->id = id;
|
||||
req->id_mapped = id;
|
||||
g_hash_table_insert(self->id_map, ID_KEY(id), ID_VALUE(id));
|
||||
} else {
|
||||
qti_ims_call_result_request_free(req);
|
||||
@@ -296,7 +295,6 @@ qti_ims_call_answer(
|
||||
|
||||
if (id) {
|
||||
req->id = id;
|
||||
req->id_mapped = id;
|
||||
g_hash_table_insert(self->id_map, ID_KEY(id), ID_VALUE(id));
|
||||
} else {
|
||||
qti_ims_call_result_request_free(req);
|
||||
@@ -347,7 +345,6 @@ qti_ims_call_hangup(
|
||||
|
||||
if (id) {
|
||||
req->id = id;
|
||||
req->id_mapped = id;
|
||||
g_hash_table_insert(self->id_map, ID_KEY(id), ID_VALUE(id));
|
||||
} else {
|
||||
qti_ims_call_result_request_free(req);
|
||||
|
||||
Reference in New Issue
Block a user