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:
parent
be4bf6c174
commit
6b9a45b820
2 changed files with 13 additions and 6 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue