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: Use binder's hangup for now
This commit is contained in:
@@ -330,6 +330,11 @@ qti_ims_call_hangup(
|
||||
GDestroyNotify destroy,
|
||||
void* user_data)
|
||||
{
|
||||
// eh, we can use built in hangup
|
||||
// some devices may not support this, so we need to implement
|
||||
// it eventually
|
||||
return 0;
|
||||
|
||||
QtiImsCall* self = THIS(ext);
|
||||
|
||||
QtiImsCallResultRequest* req = qti_ims_call_result_request_new(ext,
|
||||
|
||||
Reference in New Issue
Block a user