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