Version 1.0.3
This commit is contained in:
parent
85afd7668c
commit
d958a511b6
Binary file not shown.
|
@ -11,8 +11,8 @@
|
|||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 3,
|
||||
"versionName": "1.0.2",
|
||||
"versionCode": 4,
|
||||
"versionName": "1.0.3",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -134,7 +134,7 @@ public class WhitelistContactsActivity extends AppCompatActivity {
|
|||
return;
|
||||
}
|
||||
String number = c.getString(phoneIndex);
|
||||
String contactName = (phoneIndex > 0)? c.getString(contactNameIndex) : "unknown"; // planned to show contact's name as well
|
||||
String contactName = (contactNameIndex > 0)? c.getString(contactNameIndex) : "unknown"; // planned to show contact's name as well
|
||||
addNumberToWhiteList(number);
|
||||
}
|
||||
c.close();
|
||||
|
|
Loading…
Reference in New Issue