Skip to content

Commit

Permalink
adding a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Nov 9, 2024
1 parent 296b709 commit 80069fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class NewLyricsView(context: Context, attrs: AttributeSet) : View(context, attrs
gradientProgress = lerpInv(gradientStartTime, gradientEndTime,
posForRender.toFloat())
if (gradientProgress >= 0f && gradientProgress <= 1f)
spanStartGradient = word.charRange.first
spanStartGradient = word.charRange.first // TODO be greedy and eat as much as the line as can be eaten (is in same text direction). to fix japanese text moving bug
}
} else {
spanEnd = it.text.length
Expand Down
2 changes: 1 addition & 1 deletion libphonograph
Submodule libphonograph updated 1 files
+674 −0 LICENSE

0 comments on commit 80069fd

Please sign in to comment.