Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0148fe6 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Don't log Self-Managed calls that ended before complete am: c89cb633

am: 16b94ec3

Change-Id: Ie2d88f146aa7b9274d1d69f2c95e2df4103c627b
parents 2f6491cd 16b94ec3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -154,7 +154,8 @@ public final class CallLogManager extends CallsManagerListenerBase {
                !call.isExternalCall() &&
                (!call.isSelfManaged() ||
                        (call.isLoggedSelfManaged() &&
                                call.getHandoverState() != HandoverState.HANDOVER_FAILED))) {
                                (call.getHandoverState() == HandoverState.HANDOVER_NONE ||
                                call.getHandoverState() == HandoverState.HANDOVER_COMPLETE)))) {
            int type;
            if (!call.isIncoming()) {
                type = Calls.OUTGOING_TYPE;