mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
MissingBookActivity in AndroidManifest, code cleanup
This commit is contained in:
parent
9d0166d9a7
commit
ee83a02cbc
7 changed files with 16 additions and 20 deletions
|
@ -134,8 +134,8 @@ public abstract class Util implements UserRegistrationConstants {
|
|||
new Intent(Intent.ACTION_VIEW, Uri.parse(ref.Url),
|
||||
activity.getApplicationContext(), BookDownloaderService.class)
|
||||
.putExtra(BookDownloaderService.Key.BOOK_MIME, ref.Mime.toString())
|
||||
.putExtra(BookDownloaderService.REFERENCE_TYPE_KEY, resolvedType)
|
||||
.putExtra(BookDownloaderService.CLEAN_URL_KEY, ref.cleanUrl())
|
||||
.putExtra(BookDownloaderService.Key.BOOK_KIND, resolvedType)
|
||||
.putExtra(BookDownloaderService.Key.CLEAN_URL, ref.cleanUrl())
|
||||
.putExtra(BookDownloaderService.Key.BOOK_TITLE, book.Title)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue