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

Commit ac5cac0e authored by Shuo Qian's avatar Shuo Qian Committed by sqian
Browse files

Replace ParcelableCall with ConferenceParticipant in Mainline

Test: manual with a conference call
Bug: 148543040
Change-Id: Ifc1426033cb3a90189c09760075c252793a64b83
parent 6f904acf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ public class ConferenceParticipant implements Parcelable {

                @Override
                public ConferenceParticipant createFromParcel(Parcel source) {
                    ClassLoader classLoader = ParcelableCall.class.getClassLoader();
                    ClassLoader classLoader = ConferenceParticipant.class.getClassLoader();
                    Uri handle = source.readParcelable(classLoader);
                    String displayName = source.readString();
                    Uri endpoint = source.readParcelable(classLoader);