mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-10 22:53:42 +02:00
Merge pull request #889 from believethehype/main
show error messages if dvm status returns error
This commit is contained in:
@@ -397,6 +397,8 @@ fun FeedDVM(
|
|||||||
}
|
}
|
||||||
} else if (status.code == "processing") {
|
} else if (status.code == "processing") {
|
||||||
currentStatus = status.description
|
currentStatus = status.description
|
||||||
|
} else if (status.code == "error") {
|
||||||
|
currentStatus = status.description
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user