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

Commit 06a96eab 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."...

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

Change-Id: Ia523cee477a39c221953cda68c29579cb5f6ed76
parents b4083ab5 d8879a29
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());
            }
        }