do not allow creating WhatsApp contacts with this app, it doesnt work that way
This commit is contained in:
parent
e5d1043962
commit
307c168eee
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ fun SimpleActivity.showContactSourcePicker(currentSource: String, callback: (new
|
|||
ContactsHelper(this).getContactSources {
|
||||
val ignoredTypes = arrayListOf(
|
||||
"org.thoughtcrime.securesms", // Signal
|
||||
"org.telegram.messenger" // Telegram
|
||||
"org.telegram.messenger", // Telegram
|
||||
"com.whatsapp" // WhatsApp
|
||||
)
|
||||
|
||||
val items = ArrayList<RadioItem>()
|
||||
|
|
Loading…
Reference in a new issue