1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

FBReader uses BookCollectionShadow instead on BookCollection

This commit is contained in:
Nikolay Pultsin 2013-01-12 20:48:05 +04:00
parent be4bf6c174
commit 6b9a45b820
2 changed files with 13 additions and 6 deletions

View file

@ -38,6 +38,9 @@ public class BookCollectionShadow implements IBookCollection, ServiceConnection
}
public void bindToService(Runnable onBindAction) {
if (myInterface != null) {
return;
}
myOnBindAction = onBindAction;
myContext.bindService(
new Intent(myContext, LibraryService.class),