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

Commit 5891f55a authored by repo sync's avatar repo sync Committed by Android (Google) Code Review
Browse files

Merge "Fix the issue of onNetwork in UI thread."

parents 49220843 c1337817
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -528,12 +528,8 @@ class SipSessionGroup implements SipListener {
        public void answerCall(String sessionDescription, int timeout) {
            synchronized (SipSessionGroup.this) {
                if (mPeerProfile == null) return;
                try {
                    processCommand(new MakeCallCommand(mPeerProfile,
                doCommandAsync(new MakeCallCommand(mPeerProfile,
                        sessionDescription, timeout));
                } catch (SipException e) {
                    onError(e);
                }
            }
        }