Skip to content

Commit

Permalink
Missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aclassen committed Nov 17, 2021
1 parent 2e75c7a commit f36734c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reorderable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "org.burnoutcrew.composereorderable"
version = "0.7.3"
version = "0.7.4"

kotlin {
android {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ internal suspend fun PointerInputScope.awaitLongPressOrCancellation(
}


if (event.changes.fastAny { it.consumed.downChange || it.isOutOfBounds(size, extendedTouchPadding) }) {
if (event.changes.fastAny { it.consumed.downChange || it.isOutOfBounds(size) }) {
finished = true // Canceled
}

Expand Down

0 comments on commit f36734c

Please sign in to comment.