1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-06-26 15:13:00 +00:00

NoComments -> NoVideos in related items screen

This commit is contained in:
Stypox 2025-06-06 15:36:07 +02:00 committed by GitHub
parent e53f0ff94a
commit 60ea317e61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ fun RelatedItems(info: StreamInfo) {
if (info.relatedItems.isEmpty()) {
item {
EmptyStateComposable(
spec = EmptyStateSpec.NoComments,
spec = EmptyStateSpec.NoVideos,
modifier = Modifier
.fillMaxWidth()
.heightIn(min = 128.dp)