Skip to content

Commit 2fe9ade

Browse files
committed
fix: lint errors
1 parent 8a77115 commit 2fe9ade

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

app/src/main/java/be/scri/helpers/AutoGridLayoutManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AutoGridLayoutManager(
1616
context: Context,
1717
private val itemWidth: Int,
1818
) : GridLayoutManager(context, 1) {
19-
// Recalculates the span count based on available width before laying out children.
19+
// Recalculates the span count based on available width before laying out children.
2020
override fun onLayoutChildren(
2121
recycler: RecyclerView.Recycler?,
2222
state: RecyclerView.State?,

app/src/main/java/be/scri/helpers/EmojiHelper.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ fun parseRawEmojiSpecsFile(
1919
context: Context,
2020
path: String,
2121
): MutableList<EmojiData> {
22-
2322
val emojis = mutableListOf<EmojiData>()
2423
var emojiEditorList: MutableList<String>? = null
2524
var category: String? = null

0 commit comments

Comments
 (0)