rely on ContactsHelper from Simple Commons

This commit is contained in:
tibbi 2023-03-04 09:47:42 +01:00
parent c94caef4bb
commit 9c5978f50a
3 changed files with 1 additions and 454 deletions

View file

@ -68,10 +68,6 @@ class Config(context: Context) : BaseConfig(context) {
pinnedConversations = pinnedConversations.minus(conversations.map { it.threadId.toString() })
}
var lastExportPath: String
get() = prefs.getString(LAST_EXPORT_PATH, "")!!
set(lastExportPath) = prefs.edit().putString(LAST_EXPORT_PATH, lastExportPath).apply()
var exportSms: Boolean
get() = prefs.getBoolean(EXPORT_SMS, true)
set(exportSms) = prefs.edit().putBoolean(EXPORT_SMS, exportSms).apply()