removing an empty line
This commit is contained in:
parent
a418f775a0
commit
9f635e6c63
1 changed files with 0 additions and 1 deletions
|
@ -444,7 +444,6 @@ open class BaseConfig(val context: Context) {
|
|||
get() = prefs.getBoolean(BLOCK_HIDDEN_NUMBERS, false)
|
||||
set(blockHiddenNumbers) = prefs.edit().putBoolean(BLOCK_HIDDEN_NUMBERS, blockHiddenNumbers).apply()
|
||||
|
||||
|
||||
var fontSize: Int
|
||||
get() = prefs.getInt(FONT_SIZE, context.resources.getInteger(R.integer.default_font_size))
|
||||
set(size) = prefs.edit().putInt(FONT_SIZE, size).apply()
|
||||
|
|
Loading…
Reference in a new issue