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

refactoring: user data in NetworkTree instead of map in NetworkView

This commit is contained in:
Nikolay Pultsin 2011-04-30 14:49:00 +01:00
parent 2c3d3c11f8
commit c0437dafef
11 changed files with 101 additions and 90 deletions

View file

@ -232,7 +232,7 @@ abstract class Util implements UserRegistrationConstants {
}
}
private static final String TREE_KEY_KEY = "org.geometerplus.android.fbreader.network.TreeKey";
static final String TREE_KEY_KEY = "org.geometerplus.android.fbreader.network.TreeKey";
static void openTree(Context context, NetworkTree tree) {
final Class<?> clz = tree instanceof NetworkBookTree