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

Commit 64e8eb75 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11065517 from 9f42309c to 24Q1-release

Change-Id: Ib36e73f7e51a055c2efc90e7b621546f28f74fb6
parents cb158bb1 9f42309c
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -306,14 +306,20 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,
                @Override
                public void onCallerInfoQueryComplete(Uri handle, CallerInfo callerInfo) {
                    synchronized (mLock) {
                        Call.this.setCallerInfo(handle, callerInfo);
                        Call call = Call.this;
                        if (call != null) {
                            call.setCallerInfo(handle, callerInfo);
                        }
                    }
                }

                @Override
                public void onContactPhotoQueryComplete(Uri handle, CallerInfo callerInfo) {
                    synchronized (mLock) {
                        Call.this.setCallerInfo(handle, callerInfo);
                        Call call = Call.this;
                        if (call != null) {
                            call.setCallerInfo(handle, callerInfo);
                        }
                    }
                }
            };