1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-11-08 11:00:02 +00:00

Formatting changes (back to original)

This commit is contained in:
Thompson3142 2024-10-27 14:38:25 +01:00
parent ba1e9c8e1b
commit 23961548c0

View File

@ -133,7 +133,7 @@ public class SeekbarPreviewThumbnailHolder {
// Get the bounds where the frame is found
final int[] bounds = frameset.getFrameBoundsAt(currentPosMs);
generatedDataForUrl.put(currentPosMs,
createBitmapSupplier(srcBitMap, bounds, frameset));
createBitmapSupplier(srcBitMap, bounds, frameset));
currentPosMs += frameset.getDurationPerFrame();
pos++;