mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Cleanup
This commit is contained in:
parent
e5706aab3c
commit
60873ef801
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ public class AdapterOperation extends RecyclerView.Adapter<AdapterOperation.View
|
||||||
|
|
||||||
private void unwire() {
|
private void unwire() {
|
||||||
itemView.setOnClickListener(null);
|
itemView.setOnClickListener(null);
|
||||||
itemView.setOnLongClickListener(null);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void bindTo(TupleOperationEx operation) {
|
private void bindTo(TupleOperationEx operation) {
|
||||||
|
|
Loading…
Reference in a new issue