mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
BookUrlInfo.Format has gone
This commit is contained in:
parent
70cdc44701
commit
ae8d252ca4
12 changed files with 81 additions and 103 deletions
|
@ -125,7 +125,7 @@ public abstract class Util implements UserRegistrationConstants {
|
|||
activity.startService(
|
||||
new Intent(Intent.ACTION_VIEW, Uri.parse(ref.Url),
|
||||
activity.getApplicationContext(), BookDownloaderService.class)
|
||||
.putExtra(BookDownloaderService.BOOK_FORMAT_KEY, ref.BookFormat.Extension)
|
||||
.putExtra(BookDownloaderService.BOOK_MIME, ref.Mime.toString())
|
||||
.putExtra(BookDownloaderService.REFERENCE_TYPE_KEY, resolvedType)
|
||||
.putExtra(BookDownloaderService.CLEAN_URL_KEY, ref.cleanUrl())
|
||||
.putExtra(BookDownloaderService.TITLE_KEY, book.Title)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue