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:
parent
2c3d3c11f8
commit
c0437dafef
11 changed files with 101 additions and 90 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue