mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 07:09:56 +01:00
ConversationSettingsFragemten: improve field section
This commit is contained in:
@@ -46,21 +46,17 @@ public class ConversationSettingsFragment extends BaseFragment {
|
|||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
ViewModelProvider.Factory viewModelFactory;
|
ViewModelProvider.Factory viewModelFactory;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
@DatabaseExecutor
|
@DatabaseExecutor
|
||||||
Executor dbExecutor;
|
Executor dbExecutor;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
TransactionManager db;
|
TransactionManager db;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
AutoDeleteManager autoDeleteManager;
|
AutoDeleteManager autoDeleteManager;
|
||||||
|
|
||||||
private ConversationSettingsActivity listener;
|
private ConversationSettingsActivity listener;
|
||||||
|
private ConversationViewModel viewModel;
|
||||||
private Switch switchDisappearingMessages;
|
private Switch switchDisappearingMessages;
|
||||||
|
|
||||||
private volatile boolean disappearingMessages = false;
|
private volatile boolean disappearingMessages = false;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -109,8 +105,6 @@ public class ConversationSettingsFragment extends BaseFragment {
|
|||||||
return contentView;
|
return contentView;
|
||||||
}
|
}
|
||||||
|
|
||||||
private ConversationViewModel viewModel;
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onStart() {
|
public void onStart() {
|
||||||
super.onStart();
|
super.onStart();
|
||||||
|
|||||||
Reference in New Issue
Block a user