mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Standalone item group
This commit is contained in:
@@ -771,7 +771,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
if (!ch && !dh)
|
||||
return null;
|
||||
|
||||
View header = inflater.inflate(R.layout.item_group, parent, false);
|
||||
View header = inflater.inflate(R.layout.item_group, null, false);
|
||||
TextView tvCategory = header.findViewById(R.id.tvCategory);
|
||||
TextView tvDate = header.findViewById(R.id.tvDate);
|
||||
tvCategory.setVisibility(ch ? View.VISIBLE : View.GONE);
|
||||
|
||||
Reference in New Issue
Block a user