commit | 380f9be2ee11a8caa2f5eb053cdcd3ea88c93545 | [log] [tgz] |
---|---|---|
author | Parvathy Shanmugam <sparvathy@google.com> | Wed Jan 12 04:43:58 2022 +0000 |
committer | Parvathy Shanmugam <sparvathy@google.com> | Wed Jan 12 04:43:58 2022 +0000 |
tree | b9269c897aafaa3e359fe20b26bed772330a6fa5 | |
parent | f4d2b4d416a26f0044b0a25f39d8518641a02689 [diff] |
Fix for crash while merging 2 audio calls for initiating conference call Null pointer exception occured while calling callsessionupdated on listener object. Listener turned null at the time of executor method is on run. Null check is present before setting the call to executor. Modified the null checks to be inside of the executor. Test: Conference call in oriole userdebug Bug: 210701681 Change-Id: Iffeedb669b4abb9b4f32f015aaea4ba3b99c00f5