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

Commit ab844501 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 am: e23722a8

Change-Id: I4fb9bc069a6284183b996dcc1a7662aa7b3770ab
parents 41acfcd1 e23722a8
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;
                }