mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Added searching for invites
This commit is contained in:
@@ -1118,7 +1118,10 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
fabCompose.hide();
|
||||
|
||||
if (viewType == AdapterMessage.ViewType.SEARCH && criteria != null && !server) {
|
||||
if (criteria.with_hidden || criteria.with_encrypted || criteria.with_attachments)
|
||||
if (criteria.with_hidden ||
|
||||
criteria.with_encrypted ||
|
||||
criteria.with_attachments ||
|
||||
criteria.with_types != null)
|
||||
fabSearch.hide();
|
||||
else
|
||||
fabSearch.show();
|
||||
|
||||
Reference in New Issue
Block a user