mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Optimization
This commit is contained in:
parent
0415983b5a
commit
790ca482fb
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
|
|||
contact.type == EntityContact.TYPE_NO_JUNK
|
||||
? View.GONE : View.VISIBLE);
|
||||
|
||||
view.requestLayout();
|
||||
//view.requestLayout();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue