This commit is contained in:
Yuriy Liskov
2025-06-24 04:31:07 +03:00
parent e81cb06f52
commit 9208b170b4
2 changed files with 2 additions and 2 deletions
@@ -109,7 +109,7 @@ public class StoryboardManager {
Size groupSize = mStoryboard.getGroupSize();
return mStoryboard.getGroupDurationMS() / (groupSize.getRowCount() * groupSize.getColCount());
return mStoryboard.getGroupDurationMS() / ((long) groupSize.getRowCount() * groupSize.getColCount());
}
public long[] getSeekPositions() {