mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-08 19:10:01 +00:00
Formatting changes (back to original)
This commit is contained in:
parent
ba1e9c8e1b
commit
23961548c0
@ -133,7 +133,7 @@ public class SeekbarPreviewThumbnailHolder {
|
|||||||
// Get the bounds where the frame is found
|
// Get the bounds where the frame is found
|
||||||
final int[] bounds = frameset.getFrameBoundsAt(currentPosMs);
|
final int[] bounds = frameset.getFrameBoundsAt(currentPosMs);
|
||||||
generatedDataForUrl.put(currentPosMs,
|
generatedDataForUrl.put(currentPosMs,
|
||||||
createBitmapSupplier(srcBitMap, bounds, frameset));
|
createBitmapSupplier(srcBitMap, bounds, frameset));
|
||||||
|
|
||||||
currentPosMs += frameset.getDurationPerFrame();
|
currentPosMs += frameset.getDurationPerFrame();
|
||||||
pos++;
|
pos++;
|
||||||
|
Loading…
Reference in New Issue
Block a user