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

More changes to fbreader/network core

This commit is contained in:
Vasiliy Bout 2011-01-26 17:47:25 +03:00 committed by Nikolay Pultsin
parent 62d6b0525f
commit acf00d5706
15 changed files with 95 additions and 47 deletions

View file

@ -73,4 +73,9 @@ class RefillAccountTree extends NetworkTree implements ZLAndroidTree {
public int getCoverResourceId() {
return R.drawable.ic_list_library_wallet;
}
@Override
public String getUniqueKey() {
return null;
}
}