mirror of https://github.com/M66B/FairEmail.git
Cleanup
This commit is contained in:
parent
72e6bda760
commit
6f3a98f491
|
@ -1063,9 +1063,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
|
||||
@Override
|
||||
protected void onExecuted(Bundle args, List<EntityAccount> accounts) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
boolean search_text = prefs.getBoolean("search_text", false);
|
||||
|
||||
PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(getContext(), getViewLifecycleOwner(), fabSearch);
|
||||
|
||||
int order = 0;
|
||||
|
|
Loading…
Reference in New Issue