mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-08-29 17:07:55 +00:00
Fixed code styling
This commit is contained in:
@@ -1650,7 +1650,7 @@ public final class VideoDetailFragment
|
||||
binding.detailUploaderTextView.setVisibility(View.GONE);
|
||||
|
||||
//No sub-channel name implies no sub-channel icon, but check just to make sure.
|
||||
if(isEmpty(info.getSubChannelAvatarUrl())){
|
||||
if (isEmpty(info.getSubChannelAvatarUrl())) {
|
||||
binding.detailSubChannelThumbnailView.setVisibility(View.GONE);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user