Commit 7d31fefb authored by Leonardo Aramaki's avatar Leonardo Aramaki

Remove debug code

parent 337907fa
...@@ -76,10 +76,6 @@ internal class EmojiPagerAdapter(private val listener: EmojiKeyboardListener) : ...@@ -76,10 +76,6 @@ internal class EmojiPagerAdapter(private val listener: EmojiKeyboardListener) :
private var emojis = Collections.emptyList<Emoji>() private var emojis = Collections.emptyList<Emoji>()
init {
no++
}
fun addEmojis(emojis: List<Emoji>) { fun addEmojis(emojis: List<Emoji>) {
this.emojis = emojis this.emojis = emojis
notifyDataSetChanged() notifyDataSetChanged()
...@@ -103,14 +99,6 @@ internal class EmojiPagerAdapter(private val listener: EmojiKeyboardListener) : ...@@ -103,14 +99,6 @@ internal class EmojiPagerAdapter(private val listener: EmojiKeyboardListener) :
} }
override fun getItemCount(): Int = emojis.size override fun getItemCount(): Int = emojis.size
override fun toString(): String {
return EmojiAdapter.no.toString()
}
companion object {
var no = 0
}
} }
class EmojiRowViewHolder( class EmojiRowViewHolder(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment