1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

Library class is splitted to Library & LibraryUtil

Conflicts:

	src/org/geometerplus/android/fbreader/library/LibraryActivity.java
This commit is contained in:
Nikolay Pultsin 2012-01-26 23:46:26 +00:00
parent f41c1f8b09
commit ca00b0124a
12 changed files with 89 additions and 69 deletions

View file

@ -35,7 +35,7 @@ public class FileFirstLevelTree extends FirstLevelTree {
private void addChild(String path, String resourceKey) {
final ZLFile file = ZLFile.createFileByPath(path);
if (file != null) {
final ZLResource resource = Library.resource().getResource(resourceKey);
final ZLResource resource = LibraryUtil.resource().getResource(resourceKey);
new FileTree(
this,
file,