upgrade kotlin to 1.5.0 (#2162)
* upgrade kotlin to 1.5.0 * don't explicitly set kotlin jvmtarget
This commit is contained in:
parent
9c9f8ebf2c
commit
751109ac39
6 changed files with 5 additions and 10 deletions
|
|
@ -30,7 +30,7 @@ class EmojiAdapter(
|
|||
) : RecyclerView.Adapter<BindingHolder<ItemEmojiButtonBinding>>() {
|
||||
|
||||
private val emojiList : List<Emoji> = emojiList.filter { emoji -> emoji.visibleInPicker == null || emoji.visibleInPicker }
|
||||
.sortedBy { it.shortcode.toLowerCase(Locale.ROOT) }
|
||||
.sortedBy { it.shortcode.lowercase(Locale.ROOT) }
|
||||
|
||||
override fun getItemCount() = emojiList.size
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue