mirror of https://github.com/M66B/FairEmail.git
Disabled sender search
This commit is contained in:
parent
295ea0dcc2
commit
7beb824d79
|
@ -622,7 +622,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
tvKeywords.setVisibility(View.GONE);
|
||||
ivSearchContact.setVisibility(
|
||||
viewType == ViewType.THREAD && show_expanded && show_addresses &&
|
||||
search
|
||||
search && BuildConfig.DEBUG
|
||||
? View.VISIBLE : View.GONE);
|
||||
ivAddContact.setVisibility(
|
||||
viewType == ViewType.THREAD && show_expanded && show_addresses &&
|
||||
|
|
Loading…
Reference in New Issue