do not allow creating WhatsApp contacts with this app, it doesnt work that way

This commit is contained in:
tibbi 2018-10-26 13:26:34 +02:00
parent e5d1043962
commit 307c168eee

View file

@ -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>()