commit | fab8feb2594beeb1068bf3e9f520db92b50aae00 | [log] [tgz] |
---|---|---|
author | Nate Myren <ntmyren@google.com> | Wed Feb 26 14:36:03 2025 -0800 |
committer | Nate Myren <ntmyren@google.com> | Wed Feb 26 14:36:03 2025 -0800 |
tree | 5caf42007bd488811cde03d3dea0600ac8fb4864 | |
parent | 93b80f51448d6d07efa72255ba7627e81afcf515 [diff] |
Propagate associated user into call Bug: 31819719 Test: atest CallDetailsTest Flag: EXEMPT minor bugfix Change-Id: I767a88318334194ce8b28c7ca8800f9124f983a3
diff --git a/src/com/android/server/telecom/ParcelableCallUtils.java b/src/com/android/server/telecom/ParcelableCallUtils.java index 3573de8..5764a9c 100644 --- a/src/com/android/server/telecom/ParcelableCallUtils.java +++ b/src/com/android/server/telecom/ParcelableCallUtils.java
@@ -263,6 +263,7 @@ .setContactDisplayName(call.getName()) .setActiveChildCallId(activeChildCallId) .setContactPhotoUri(contactPhotoUri) + .setAssociatedUser(call.getAssociatedUser()) .createParcelableCall(); }