Loading src/com/android/dialer/calllog/ContactInfoHelper.java +2 −1 Original line number Diff line number Diff line Loading @@ -282,6 +282,7 @@ public class ContactInfoHelper { * {@link #mCachedNumberLookupService}. */ public boolean isBusiness(int sourceType) { return mCachedNumberLookupService.isBusiness(sourceType); return mCachedNumberLookupService != null && mCachedNumberLookupService.isBusiness(sourceType); } } Loading
src/com/android/dialer/calllog/ContactInfoHelper.java +2 −1 Original line number Diff line number Diff line Loading @@ -282,6 +282,7 @@ public class ContactInfoHelper { * {@link #mCachedNumberLookupService}. */ public boolean isBusiness(int sourceType) { return mCachedNumberLookupService.isBusiness(sourceType); return mCachedNumberLookupService != null && mCachedNumberLookupService.isBusiness(sourceType); } }