Add motion-video-editor module and integrate into lyrics-maker#62
Merged
codefactor.io / CodeFactor
failed
May 25, 2026 in 3s
1 issue found.
Annotations
codefactor-io / CodeFactor
modules/motion-video-editor/src/main/java/com/tejpratapsingh/motioneditor/ui/MotionTimeline.kt#L81
Parentheses in (currentFrame * pixelsPerFrame * density.density) are unnecessary and can be replaced with: currentFrame * pixelsPerFrame * density.density. (detekt.UnnecessaryParentheses)
Loading