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

Commit 3e3e2f2b authored by Andrew Lee's avatar Andrew Lee
Browse files

Fix missing comma.

Change-Id: Ied739e7f1b6d548237821db553f27994b0ee92af
parent 0f51da32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -917,7 +917,7 @@ public abstract class ConnectionService extends Service {
                    conference.getVideoProvider() == null ?
                            null : conference.getVideoProvider().getInterface(),
                    conference.getVideoState(),
                    conference.getConnectTimeMillis()
                    conference.getConnectTimeMillis(),
                    conference.getStatusHints());

            mAdapter.addConferenceCall(id, parcelableConference);