Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
7d31fefb
Commit
7d31fefb
authored
Jul 02, 2018
by
Leonardo Aramaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove debug code
parent
337907fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
EmojiPagerAdapter.kt
.../main/java/chat/rocket/android/emoji/EmojiPagerAdapter.kt
+0
-12
No files found.
emoji/src/main/java/chat/rocket/android/emoji/EmojiPagerAdapter.kt
View file @
7d31fefb
...
...
@@ -76,10 +76,6 @@ internal class EmojiPagerAdapter(private val listener: EmojiKeyboardListener) :
private
var
emojis
=
Collections
.
emptyList
<
Emoji
>()
init
{
no
++
}
fun
addEmojis
(
emojis
:
List
<
Emoji
>)
{
this
.
emojis
=
emojis
notifyDataSetChanged
()
...
...
@@ -103,14 +99,6 @@ internal class EmojiPagerAdapter(private val listener: EmojiKeyboardListener) :
}
override
fun
getItemCount
():
Int
=
emojis
.
size
override
fun
toString
():
String
{
return
EmojiAdapter
.
no
.
toString
()
}
companion
object
{
var
no
=
0
}
}
class
EmojiRowViewHolder
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment