mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-01-28 08:09:34 +01:00
Update setter variable name for isArchiveAvailable
This commit is contained in:
parent
a31af991c5
commit
625b515064
@ -114,5 +114,5 @@ class Config(context: Context) : BaseConfig(context) {
|
||||
|
||||
var isArchiveAvailable: Boolean
|
||||
get() = prefs.getBoolean(IS_ARCHIVE_AVAILABLE, true)
|
||||
set(useThreadsArchive) = prefs.edit().putBoolean(IS_ARCHIVE_AVAILABLE, useThreadsArchive).apply()
|
||||
set(isArchiveAvailable) = prefs.edit().putBoolean(IS_ARCHIVE_AVAILABLE, isArchiveAvailable).apply()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user