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

Commit f491a584 authored by Etan Cohen's avatar Etan Cohen
Browse files

Merge commit '04b18ec1' into merge2

parents d7b4b812 04b18ec1
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