Merge branch 'master' into address_space_glitch
This commit is contained in:
commit
d694e69217
13 changed files with 128 additions and 126 deletions
|
|
@ -32,7 +32,7 @@ class Config(context: Context) : BaseConfig(context) {
|
|||
set(sendLongMessageMMS) = prefs.edit().putBoolean(SEND_LONG_MESSAGE_MMS, sendLongMessageMMS).apply()
|
||||
|
||||
var sendGroupMessageMMS: Boolean
|
||||
get() = prefs.getBoolean(SEND_GROUP_MESSAGE_MMS, true)
|
||||
get() = prefs.getBoolean(SEND_GROUP_MESSAGE_MMS, false)
|
||||
set(sendGroupMessageMMS) = prefs.edit().putBoolean(SEND_GROUP_MESSAGE_MMS, sendGroupMessageMMS).apply()
|
||||
|
||||
var lockScreenVisibilitySetting: Int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue