Skip to content

Commit

Permalink
Fixed lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
khaykov committed Jul 18, 2024
1 parent 493357c commit bc58e15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object EnhancedMovementMethod : ArrowKeyMovementMethod() {
val off = layout.getOffsetForHorizontal(line, x.toFloat())

// This handles the case when the task list checkbox is clicked
if (taskListClickHandlerRef.get()?.handleTaskListClick(text, off, x, widget.totalPaddingStart) == true){
if (taskListClickHandlerRef.get()?.handleTaskListClick(text, off, x, widget.totalPaddingStart) == true) {
return true
}

Expand Down

0 comments on commit bc58e15

Please sign in to comment.