Change missing lyrics message

This commit is contained in:
vfsfitvnm
2022-07-01 23:03:58 +02:00
parent e34c575441
commit 1a2d1f8d82
2 changed files with 3 additions and 17 deletions

View File

@@ -64,11 +64,9 @@ fun LyricsView(
.padding(horizontal = 48.dp)
) {
if (lyrics.isEmpty()) {
TextCard(
icon = R.drawable.sad
) {
Title(text = "No results found")
Text(text = "Please try a different query or category.")
TextCard(icon = R.drawable.sad) {
Title(text = "Lyrics not available")
Text(text = "...but you can always search them online and add them here!")
}
} else {
BasicText(