Minor cleanup
This commit is contained in:
parent
228f2c78d2
commit
d58dda10d4
2 changed files with 0 additions and 2 deletions
|
|
@ -29,7 +29,6 @@ fun SortTagContent(
|
|||
SortTagListItem(
|
||||
modifier = Modifier.animateItemPlacement(),
|
||||
tag = tag,
|
||||
index = index,
|
||||
canMoveUp = index != 0,
|
||||
canMoveDown = index != tags.lastIndex,
|
||||
onMoveUp = { onMoveUp(tag, index) },
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ import eu.kanade.presentation.util.horizontalPadding
|
|||
fun SortTagListItem(
|
||||
modifier: Modifier,
|
||||
tag: String,
|
||||
index: Int,
|
||||
canMoveUp: Boolean,
|
||||
canMoveDown: Boolean,
|
||||
onMoveUp: () -> Unit,
|
||||
|
|
|
|||
Loading…
Reference in a new issue