We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a77115 commit 2fe9adeCopy full SHA for 2fe9ade
2 files changed
app/src/main/java/be/scri/helpers/AutoGridLayoutManager.kt
@@ -16,7 +16,7 @@ class AutoGridLayoutManager(
16
context: Context,
17
private val itemWidth: Int,
18
) : GridLayoutManager(context, 1) {
19
- // Recalculates the span count based on available width before laying out children.
+ // Recalculates the span count based on available width before laying out children.
20
override fun onLayoutChildren(
21
recycler: RecyclerView.Recycler?,
22
state: RecyclerView.State?,
app/src/main/java/be/scri/helpers/EmojiHelper.kt
@@ -19,7 +19,6 @@ fun parseRawEmojiSpecsFile(
path: String,
): MutableList<EmojiData> {
-
23
val emojis = mutableListOf<EmojiData>()
24
var emojiEditorList: MutableList<String>? = null
25
var category: String? = null
0 commit comments