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

Commit 68965f2f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "IMS-VT: Update videoProvider in main thread"

parents 88fb847f ae424783
Loading
Loading
Loading
Loading
+9 −18
Original line number Diff line number Diff line
@@ -1405,11 +1405,6 @@ public final class ImsPhoneCallTracker extends CallTracker {
            }
            foregroundImsPhoneCall.merge(peerImsPhoneCall, ImsPhoneCall.State.ACTIVE);

            // TODO Temporary code. Remove the try-catch block from the runnable once thread
            // synchronization is fixed.
            Runnable r = new Runnable() {
                @Override
                public void run() {
            try {
                final ImsPhoneConnection conn = findConnection(call);
                log("onCallMerged: ImsPhoneConnection=" + conn);
@@ -1419,10 +1414,6 @@ public final class ImsPhoneCallTracker extends CallTracker {
            } catch (Exception e) {
                loge("onCallMerged: exception " + e);
            }
                }
            };

            ImsPhoneCallTracker.this.post(r);

            // After merge complete, update foreground as Active
            // and background call as Held, if background call exists