mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Standalone item group
This commit is contained in:
@@ -192,7 +192,7 @@ public class FragmentAccounts extends FragmentBase {
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user