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

Update app/src/main/java/org/schabi/newpipe/ui/emptystate/EmptyStateComposable.kt

Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
Stt_lens 2025-05-31 12:07:37 -04:00 committed by GitHub
parent df11e53a74
commit 15ab3df511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,6 @@ data class EmptyStateSpec(
val NoVideos =
EmptyStateSpec(
emojiText = { "(╯°-°)╯" },
descriptionText = { stringResource(id = R.string.no_videos) },
)