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

Commit 04b18ec1 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android Partner Code Review
Browse files

Merge "Fix incorrect Conference time for IMS conference calls." into m-wireless-dev

parents 75958420 bd1f9ece
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public final class ParcelableConference implements Parcelable {
            int videoState = source.readInt();

            return new ParcelableConference(phoneAccount, state, capabilities, connectionIds,
                    videoCallProvider, videoState);
                    videoCallProvider, videoState, connectTimeMillis);
        }

        @Override