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

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

Merge "Ensure start of call properties are propagated to RemoteConnection." am: ecb46b61

am: e8cb4f40

Change-Id: I63af850b4bea2a8cfeada3cb7bf4d16762604524
parents 0ce5fae4 e8cb4f40
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -93,6 +93,10 @@ final class RemoteConnectionService {
                    // failure on the providing end, so immediately mark it destroyed
                    connection.setDestroyed();
                }
                connection.setStatusHints(parcel.getStatusHints());
                connection.setIsVoipAudioMode(parcel.getIsVoipAudioMode());
                connection.setRingbackRequested(parcel.isRingbackRequested());
                connection.putExtras(parcel.getExtras());
            }
        }