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

Commit 923bd186 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "Revert "Add call answered timestamp into call extra"" into main

parents 3e344313 6a9942b8
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2977,10 +2977,6 @@ public class CallsManager extends Call.ListenerBase
                Log.d(this, "answerCall: Incoming call = %s Ongoing call %s", call, activeCall);
            }
            // Hold or disconnect the active call and request call focus for the incoming call.
            Bundle bundle = new Bundle();
            bundle.putLong(TelecomManager.EXTRA_CALL_ANSWERED_TIME_MILLIS,
                     mClockProxy.currentTimeMillis());
            call.putConnectionServiceExtras(bundle);
            holdActiveCallForNewCall(call);
            mConnectionSvrFocusMgr.requestFocus(
                    call,