We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5943108 commit 2b65ebcCopy full SHA for 2b65ebc
app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/Config.kt
@@ -33,7 +33,7 @@ class Config(context: Context) : BaseConfig(context) {
33
set(lockScreenVisibilitySetting) = prefs.edit().putInt(LOCK_SCREEN_VISIBILITY, lockScreenVisibilitySetting).apply()
34
35
var mmsFileSizeLimit: Long
36
- get() = prefs.getLong(MMS_FILE_SIZE_LIMIT, FILE_SIZE_1_MB)
+ get() = prefs.getLong(MMS_FILE_SIZE_LIMIT, FILE_SIZE_600_KB)
37
set(mmsFileSizeLimit) = prefs.edit().putLong(MMS_FILE_SIZE_LIMIT, mmsFileSizeLimit).apply()
38
39
var pinnedConversations: Set<String>
0 commit comments