mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-26 08:41:25 +00:00
Rename dummy_* and more to placeholder_*
This commit is contained in:
@@ -3108,7 +3108,7 @@ public final class Player implements
|
||||
public Bitmap getThumbnail() {
|
||||
if (currentThumbnail == null) {
|
||||
currentThumbnail = BitmapFactory.decodeResource(
|
||||
context.getResources(), R.drawable.dummy_thumbnail);
|
||||
context.getResources(), R.drawable.placeholder_thumbnail_video);
|
||||
}
|
||||
return currentThumbnail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user