mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Remove bottom-sheet-thumbnail placeholder, clear the image instead
This commit is contained in:
		| @@ -2361,7 +2361,7 @@ public final class VideoDetailFragment | ||||
|                                    @Nullable final String thumbnailUrl) { | ||||
|         binding.overlayTitleTextView.setText(isEmpty(overlayTitle) ? "" : overlayTitle); | ||||
|         binding.overlayChannelTextView.setText(isEmpty(uploader) ? "" : uploader); | ||||
|         binding.overlayThumbnail.setImageResource(R.drawable.dummy_thumbnail_dark); | ||||
|         binding.overlayThumbnail.setImageDrawable(null); | ||||
|         PicassoHelper.loadDetailsThumbnail(thumbnailUrl).tag(PICASSO_VIDEO_DETAILS_TAG) | ||||
|                 .into(binding.overlayThumbnail); | ||||
|     } | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 62 B | 
| @@ -618,8 +618,7 @@ | ||||
|             android:gravity="center_vertical" | ||||
|             android:paddingLeft="@dimen/video_item_search_padding" | ||||
|             android:paddingRight="@dimen/video_item_search_padding" | ||||
|             android:scaleType="fitCenter" | ||||
|             android:src="@drawable/dummy_thumbnail" /> | ||||
|             android:scaleType="fitCenter" /> | ||||
|  | ||||
|         <LinearLayout | ||||
|             android:id="@+id/overlay_metadata_layout" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox