mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
NetworkBaseActivity has gone; NetworkLibraryActivity has been removed to NetworkTopLevelActivity
This commit is contained in:
parent
771068a9d0
commit
592aa59c33
9 changed files with 14 additions and 45 deletions
|
@ -243,7 +243,7 @@ abstract class Util implements UserRegistrationConstants {
|
|||
|
||||
static void openTree(Context context, NetworkTree tree) {
|
||||
final Class<?> clz = tree instanceof NetworkBookTree
|
||||
? NetworkBookInfoActivity.class : NetworkCatalogActivity.class;
|
||||
? NetworkBookInfoActivity.class : NetworkBaseActivity.class;
|
||||
context.startActivity(
|
||||
new Intent(context.getApplicationContext(), clz)
|
||||
.putExtra(TREE_KEY_KEY, tree.getUniqueKey())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue