src/com/android/server/telecom/ConnectionServiceWrapper.java
100755 → 100644
+7
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Without this null check, it was possible for the conferenceCallId to be non-null but the conferenceCall to be null. This resulted in errantly calling setParentAndChildCall with a null value. Wrapping in a null check prevents this behavior. Bug: 230787193 Test: Manual Test Change-Id: I330fcd3f99f81a038731d177ace8b9fe14680cf9