mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Allow deleting operations
This commit is contained in:
@@ -58,7 +58,7 @@ public class FragmentOperations extends FragmentEx {
|
||||
LinearLayoutManager llm = new LinearLayoutManager(getContext());
|
||||
rvOperation.setLayoutManager(llm);
|
||||
|
||||
adapter = new AdapterOperation(getContext());
|
||||
adapter = new AdapterOperation(getContext(), getViewLifecycleOwner());
|
||||
rvOperation.setAdapter(adapter);
|
||||
|
||||
// Initialize
|
||||
|
||||
Reference in New Issue
Block a user