mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
formatting cleanup
This commit is contained in:
parent
6aa822b126
commit
9db7ec0a18
11 changed files with 47 additions and 47 deletions
|
@ -62,7 +62,7 @@ public abstract class Util implements UserRegistrationConstants {
|
|||
if (SQLiteNetworkDatabase.Instance() == null) {
|
||||
new SQLiteNetworkDatabase(activity.getApplication());
|
||||
}
|
||||
|
||||
|
||||
library.initialize();
|
||||
}
|
||||
}, activity);
|
||||
|
@ -119,7 +119,7 @@ public abstract class Util implements UserRegistrationConstants {
|
|||
final BookUrlInfo ref = book.reference(resolvedType);
|
||||
if (ref != null) {
|
||||
activity.startService(
|
||||
new Intent(Intent.ACTION_VIEW, Uri.parse(ref.Url),
|
||||
new Intent(Intent.ACTION_VIEW, Uri.parse(ref.Url),
|
||||
activity.getApplicationContext(), BookDownloaderService.class)
|
||||
.putExtra(BookDownloaderService.BOOK_FORMAT_KEY, ref.BookFormat)
|
||||
.putExtra(BookDownloaderService.REFERENCE_TYPE_KEY, resolvedType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue