Skip to content

Commit 2396154

Browse files
committed
Formatting changes (back to original)
1 parent ba1e9c8 commit 2396154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/player/seekbarpreview/SeekbarPreviewThumbnailHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private void generateDataFrom(final Frameset frameset, final UUID updateRequestI
133133
// Get the bounds where the frame is found
134134
final int[] bounds = frameset.getFrameBoundsAt(currentPosMs);
135135
generatedDataForUrl.put(currentPosMs,
136-
createBitmapSupplier(srcBitMap, bounds, frameset));
136+
createBitmapSupplier(srcBitMap, bounds, frameset));
137137

138138
currentPosMs += frameset.getDurationPerFrame();
139139
pos++;

0 commit comments

Comments
 (0)