mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-23 03:17:38 +00:00
fix avatar not vissible on info screen bug
This commit is contained in:
@@ -546,7 +546,7 @@ public class VideoDetailFragment extends BaseStateFragment<StreamInfo> implement
|
||||
});
|
||||
}
|
||||
|
||||
if (TextUtils.isEmpty(info.getUploaderAvatarUrl())) {
|
||||
if (!TextUtils.isEmpty(info.getUploaderAvatarUrl())) {
|
||||
imageLoader.displayImage(info.getUploaderAvatarUrl(), uploaderThumb, DISPLAY_AVATAR_OPTIONS);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user