Skip to content

Commit

Permalink
update: theme image
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 16, 2024
1 parent 478b33e commit b5426bc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ enum class KeyboardThemeType(
}

companion object {
infix fun from(value: String): KeyboardThemeType =
KeyboardThemeType.entries.firstOrNull { it.name == value } ?: DEFAULT
infix fun from(value: String): KeyboardThemeType = entries.firstOrNull { it.name == value } ?: DEFAULT
}

}

0 comments on commit b5426bc

Please sign in to comment.