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

Commit 881730b6 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Prevent re-adding call disconnected before block check completes.

am: 2ecfd880

Change-Id: Ib2fea25d6a1f6a0496a88817c964230fce12ea6a
parents f44f4086 2ecfd880
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -381,6 +381,7 @@ public class CallsManager extends Call.ListenerBase
                    result.shouldAllowCall ? "successful incoming call" : "blocking call");
        } else {
            Log.i(this, "onCallFilteringCompleted: call already disconnected.");
            return;
        }

        if (result.shouldAllowCall) {