1
0
Fork 0
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:
Nikolay Pultsin 2014-11-16 00:32:47 +00:00
parent 9d0166d9a7
commit ee83a02cbc
7 changed files with 16 additions and 20 deletions

View file

@ -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)
);
}