mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 06:39:54 +01:00
Remove TransactionManager from blog's BaseViewModel
This commit is contained in:
@@ -49,7 +49,6 @@ abstract class BaseViewModel extends DbViewModel implements EventListener {
|
|||||||
private static final Logger LOG = getLogger(BaseViewModel.class.getName());
|
private static final Logger LOG = getLogger(BaseViewModel.class.getName());
|
||||||
|
|
||||||
private final EventBus eventBus;
|
private final EventBus eventBus;
|
||||||
protected final TransactionManager db;
|
|
||||||
protected final IdentityManager identityManager;
|
protected final IdentityManager identityManager;
|
||||||
protected final AndroidNotificationManager notificationManager;
|
protected final AndroidNotificationManager notificationManager;
|
||||||
protected final BlogManager blogManager;
|
protected final BlogManager blogManager;
|
||||||
@@ -71,7 +70,6 @@ abstract class BaseViewModel extends DbViewModel implements EventListener {
|
|||||||
AndroidNotificationManager notificationManager,
|
AndroidNotificationManager notificationManager,
|
||||||
BlogManager blogManager) {
|
BlogManager blogManager) {
|
||||||
super(application, dbExecutor, lifecycleManager, db, androidExecutor);
|
super(application, dbExecutor, lifecycleManager, db, androidExecutor);
|
||||||
this.db = db;
|
|
||||||
this.eventBus = eventBus;
|
this.eventBus = eventBus;
|
||||||
this.identityManager = identityManager;
|
this.identityManager = identityManager;
|
||||||
this.notificationManager = notificationManager;
|
this.notificationManager = notificationManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user