Skip to content

Commit

Permalink
Incorporate logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruckustboom committed Jun 26, 2023
1 parent c09c180 commit 66848e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fun EditorGestureReceiver(
val fingerChange = event.changes.filter { it.type == PointerType.Touch }
// is already consumed return
if (fingerChange.find { it.isConsumed } != null) {
Log.i(TAG, "Canceling gesture - already consumemd")
Log.i(TAG, "Canceling gesture - already consumed")
return@awaitEachGesture
}
fingerChange.forEach { it.consume() }
Expand Down

0 comments on commit 66848e0

Please sign in to comment.