mirror of
https://github.com/openharmony/applications_call.git
synced 2026-07-01 20:24:03 -04:00
@@ -56,6 +56,13 @@ export default class ContactManager {
|
||||
CallManager.getInstance().update(callData);
|
||||
} catch (err) {
|
||||
LogUtils.i(TAG, 'getContactInfo catch err : ' + JSON.stringify(err));
|
||||
} finally {
|
||||
if (dataAbilityHelper != undefined) {
|
||||
dataAbilityHelper.close();
|
||||
}
|
||||
if (resSet != undefined) {
|
||||
resSet.close();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user