Skip to content

Commit 40d0916

Browse files
committed
reset stored ignored contact sources
1 parent aeed7e2 commit 40d0916

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/com/simplemobiletools/contacts/pro/helpers

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/contacts/pro/helpers/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import com.simplemobiletools.contacts.pro.models.LocalContact
77
const val SHOW_CONTACT_THUMBNAILS = "show_contact_thumbnails"
88
const val SHOW_PHONE_NUMBERS = "show_phone_numbers"
99
const val SHOW_ONLY_CONTACTS_WITH_NUMBERS = "show_only_contacts_with_numbers"
10-
const val IGNORED_CONTACT_SOURCES = "ignored_contact_sources"
10+
const val IGNORED_CONTACT_SOURCES = "ignored_contact_sources_2"
1111
const val START_NAME_WITH_SURNAME = "start_name_with_surname"
1212
const val LAST_USED_CONTACT_SOURCE = "last_used_contact_source"
1313
const val LOCAL_ACCOUNT_NAME = "local_account_name"

0 commit comments

Comments
 (0)