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

Commit a2c05eb0 authored by Chad Wagner's avatar Chad Wagner
Browse files

Caller name is lost in caller log for SIP calls

Fixes issue #6269

Change-Id: I8ae1b7a557070d9798481a7e5d6be051e50324ce
parent 6e902eea
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -555,7 +555,7 @@ public class RecentCallsListActivity extends ListActivity
                    needNotify = true;
                    needNotify = true;
                }
                }
            }
            }
            if (info != null) {
            if (info != null && info != ContactInfo.EMPTY) {
                updateCallLog(ciq, info);
                updateCallLog(ciq, info);
            }
            }
            return needNotify;
            return needNotify;