Skip to content

Commit

Permalink
Update StrikeThroughPainting.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE authored Apr 8, 2020
1 parent 408fde6 commit 24a8713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class StrikeThroughPainting constructor(private val targetView: ExTextView) : IP
private var strikeThroughTotalTime = STRIKE_THROUGH_TOTAL_TIME
private var strikeThroughMode = STRIKE_THROUGH_MODE
private var strikeThroughCutTextEdge = STRIKE_THROUGH_CUT_TEXT_EDGE
var isStriked: Boolean = true
var isStriked: Boolean = false
private set

/**
Expand Down

0 comments on commit 24a8713

Please sign in to comment.