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:
parent
e53f0ff94a
commit
60ea317e61
@ -76,7 +76,7 @@ fun RelatedItems(info: StreamInfo) {
|
|||||||
if (info.relatedItems.isEmpty()) {
|
if (info.relatedItems.isEmpty()) {
|
||||||
item {
|
item {
|
||||||
EmptyStateComposable(
|
EmptyStateComposable(
|
||||||
spec = EmptyStateSpec.NoComments,
|
spec = EmptyStateSpec.NoVideos,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.heightIn(min = 128.dp)
|
.heightIn(min = 128.dp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user