Loading src/com/android/dialer/calllog/ContactInfoHelper.java +2 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,8 @@ public class ContactInfoHelper { if (cursor != null && cursor.moveToFirst()) { return cursor.getString(PhoneQuery.NAME_ALTERNATIVE); } } catch (IllegalArgumentException e) { // Avoid dialer crash when lookup key is not valid } finally { if (cursor != null) { cursor.close(); Loading Loading
src/com/android/dialer/calllog/ContactInfoHelper.java +2 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,8 @@ public class ContactInfoHelper { if (cursor != null && cursor.moveToFirst()) { return cursor.getString(PhoneQuery.NAME_ALTERNATIVE); } } catch (IllegalArgumentException e) { // Avoid dialer crash when lookup key is not valid } finally { if (cursor != null) { cursor.close(); Loading