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

Commit fab8feb2 authored by Nate Myren's avatar Nate Myren
Browse files

Propagate associated user into call

Bug: 31819719
Test: atest CallDetailsTest
Flag: EXEMPT minor bugfix
Change-Id: I767a88318334194ce8b28c7ca8800f9124f983a3
parent 93b80f51
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -263,6 +263,7 @@ public class ParcelableCallUtils {
                .setContactDisplayName(call.getName())
                .setActiveChildCallId(activeChildCallId)
                .setContactPhotoUri(contactPhotoUri)
                .setAssociatedUser(call.getAssociatedUser())
                .createParcelableCall();
    }