mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-24 20:15:16 +01:00
Fixed code styling
This commit is contained in:
parent
53f5741317
commit
fb3be544ce
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user