Skip to content

Commit 4c03acf

Browse files
committed
Announce Boundless downloads earlier for a better UI experience.
1 parent d1e8f48 commit 4c03acf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • simplified-books-borrowing/src/main/java/org/nypl/simplified/books/borrowing/internal

simplified-books-borrowing/src/main/java/org/nypl/simplified/books/borrowing/internal/BorrowBoundless.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ class BorrowBoundless private constructor() : BorrowSubtaskType {
5959
override fun execute(
6060
context: BorrowContextType
6161
) {
62+
context.bookDownloadIsRunning("Downloading...")
63+
6264
val boundless =
6365
this.checkDRMSupport(context)
6466

0 commit comments

Comments
 (0)