mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 08:14:45 +00:00
Oops
This commit is contained in:
parent
93f891b968
commit
e9d4c79072
1 changed files with 2 additions and 2 deletions
|
@ -1074,8 +1074,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
ibAddContact.setOnClickListener(null);
|
||||
|
||||
if (BuildConfig.DEBUG) {
|
||||
ibPinContact.setOnClickListener(null);
|
||||
ibAddContact.setOnClickListener(null);
|
||||
ibPinContact.setOnLongClickListener(null);
|
||||
ibAddContact.setOnLongClickListener(null);
|
||||
}
|
||||
|
||||
ibCopyHeaders.setOnClickListener(null);
|
||||
|
|
Loading…
Reference in a new issue