Skip to content

Commit 2ecca96

Browse files
authored
Update Config.kt
1 parent bb7178b commit 2ecca96

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Config(context: Context) : BaseConfig(context) {
2020

2121
var enableDeliveryReports: Boolean
2222
get() = prefs.getBoolean(ENABLE_DELIVERY_REPORTS, true)
23-
set(showCharacterCounter) = prefs.edit().putBoolean(ENABLE_DELIVERY_REPORTS, showCharacterCounter).apply()
23+
set(enableDeliveryReports) = prefs.edit().putBoolean(ENABLE_DELIVERY_REPORTS, enableDeliveryReports).apply()
2424

2525
var lockScreenVisibilitySetting: Int
2626
get() = prefs.getInt(LOCK_SCREEN_VISIBILITY, LOCK_SCREEN_SENDER_MESSAGE)

0 commit comments

Comments
 (0)