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

Commit e23722a8 authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Fix not to set duplicated CallDirection when generating parcelable...

Merge "Fix not to set duplicated CallDirection when generating parcelable ConferenceParticipant" am: 3c196fab am: 4ee4d860 am: 85554ae6 am: b8d3e661

Change-Id: I633b9e3a1ec83abc0f90f59c56b6e02c3bd4d104
parents 880f77e9 b8d3e661
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -119,7 +119,6 @@ public class ConferenceParticipant implements Parcelable {
                                    callDirection);
                    participant.setConnectTime(connectTime);
                    participant.setConnectElapsedTime(elapsedRealTime);
                    participant.setCallDirection(callDirection);
                    return participant;
                }