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

Commit ba84715b authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Add call creation time property to API." am: 8d9aaa29 am: 7e86ada6

am: 95a3f265

Change-Id: I5a1b0a7ce423859dd7e2275227f0e51467df8fb6
parents f09802bd 95a3f265
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -183,7 +183,8 @@ public class ParcelableCallUtils {
                call.getVideoState(),
                conferenceableCallIds,
                call.getIntentExtras(),
                call.getExtras());
                call.getExtras(),
                call.getCreationTimeMillis());
    }

    private static int getParcelableState(Call call, boolean supportsExternalCalls) {