Merge pull request #1670 from Naveen3Singh/make_config_public
Make recent color config var public
This commit is contained in:
commit
e0de722ace
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ open class BaseConfig(val context: Context) {
|
|||
set(showCallConfirmation) = prefs.edit().putBoolean(SHOW_CALL_CONFIRMATION, showCallConfirmation).apply()
|
||||
|
||||
// color picker last used colors
|
||||
internal var colorPickerRecentColors: LinkedList<Int>
|
||||
var colorPickerRecentColors: LinkedList<Int>
|
||||
get(): LinkedList<Int> {
|
||||
val defaultList = arrayListOf(
|
||||
context.resources.getColor(R.color.md_red_700),
|
||||
|
|
Loading…
Reference in a new issue