show error messages, if dvm status returns error

This commit is contained in:
Believethehype 2024-05-30 20:12:06 +02:00
parent fdd1dd1855
commit b2a19efcd0

View File

@ -397,6 +397,8 @@ fun FeedDVM(
}
} else if (status.code == "processing") {
currentStatus = status.description
} else if (status.code == "error") {
currentStatus = status.description
}
}
}