Skip to content

Add motion-video-editor module and integrate into lyrics-maker#62

Merged
tejpratap46 merged 1 commit into
mainfrom
feat/motion-video-editor
May 25, 2026
Merged

Add motion-video-editor module and integrate into lyrics-maker#62
tejpratap46 merged 1 commit into
mainfrom
feat/motion-video-editor

Add motion-video-editor module and integrate into lyrics-maker

f36afd1
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed May 25, 2026 in 3s

1 issue found.

Annotations

Check warning on line 81 in modules/motion-video-editor/src/main/java/com/tejpratapsingh/motioneditor/ui/MotionTimeline.kt

See this annotation in the file changed.

@codefactor-io 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)