Skip to content

Commit

Permalink
delete some useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
jokermonn committed Aug 31, 2017
1 parent 08505c6 commit 7140521
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,6 @@ private static boolean checkReadContacts(Activity activity) throws Exception {
PermissionsPageManager.isXIAOMI()) {
if (isNumberIndexInfoIsNull(cursor, cursor.getColumnIndex(ContactsContract.CommonDataKinds
.Phone.NUMBER))) {
Log.e("TAG", "checkReadContacts: " + cursor.getColumnIndex(ContactsContract
.CommonDataKinds.Phone.NUMBER));
cursor.close();
return false;
}
Expand Down

0 comments on commit 7140521

Please sign in to comment.