Rename dummy_* and more to placeholder_*

This commit is contained in:
Stypox 2022-07-14 10:58:48 +02:00
parent 4d58026d06
commit 6ea85e6380
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
31 changed files with 39 additions and 38 deletions

View file

@ -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;
}