Loading
refactor: update DownloadUrlRefresher to explicitly return false within the...
refactor: update DownloadUrlRefresher to explicitly return false within the error handler when an AppNotPurchased exception occurs. Modify handleAppNotPurchased to return Unit instead of a hardcoded Boolean, moving the return logic to the call site for better clarity.