mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
compilation issues
This commit is contained in:
parent
ff076f631f
commit
5f6a41fb3a
2 changed files with 3 additions and 4 deletions
|
@ -19,8 +19,7 @@
|
||||||
|
|
||||||
package org.geometerplus.android.fbreader.libraryService;
|
package org.geometerplus.android.fbreader.libraryService;
|
||||||
|
|
||||||
import java.util.Collections;
|
import java.util.*;
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
import android.content.*;
|
import android.content.*;
|
||||||
import android.os.IBinder;
|
import android.os.IBinder;
|
||||||
|
|
|
@ -19,8 +19,7 @@
|
||||||
|
|
||||||
package org.geometerplus.android.fbreader.libraryService;
|
package org.geometerplus.android.fbreader.libraryService;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.*;
|
||||||
import java.util.LinkedList;
|
|
||||||
|
|
||||||
import android.app.Service;
|
import android.app.Service;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
|
@ -155,6 +154,7 @@ public class LibraryService extends Service {
|
||||||
.toString()
|
.toString()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
return strings;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean saveBook(String book, boolean force) {
|
public boolean saveBook(String book, boolean force) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue