ChapterDownloadView: Convert to compose (#7354)

This commit is contained in:
Ivan Iskandar
2022-06-25 02:42:30 +07:00
committed by GitHub
parent 8e985eb0db
commit a77bce7b37
6 changed files with 187 additions and 140 deletions

View File

@@ -4,3 +4,10 @@ enum class EditCoverAction {
EDIT,
DELETE,
}
enum class ChapterDownloadAction {
START,
START_NOW,
CANCEL,
DELETE,
}