Fix some warnings & recreate lint-baseline.xml (#4278)
This commit is contained in:
parent
c666a6b534
commit
6249b53718
16 changed files with 119 additions and 75 deletions
|
|
@ -9,7 +9,7 @@ enum class AppTheme(val value: String) {
|
|||
AUTO_SYSTEM_BLACK("auto_system_black");
|
||||
|
||||
companion object {
|
||||
fun stringValues() = values().map { it.value }.toTypedArray()
|
||||
fun stringValues() = entries.map { it.value }.toTypedArray()
|
||||
|
||||
@JvmField
|
||||
val DEFAULT = AUTO_SYSTEM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue