mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Prevent crash
This commit is contained in:
@@ -187,7 +187,8 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
grpFlagged = itemView.findViewById(R.id.grpFlagged);
|
||||
grpExtended = itemView.findViewById(R.id.grpExtended);
|
||||
|
||||
vwColor.getLayoutParams().width = colorStripeWidth;
|
||||
if (vwColor != null)
|
||||
vwColor.getLayoutParams().width = colorStripeWidth;
|
||||
}
|
||||
|
||||
private void wire() {
|
||||
|
||||
Reference in New Issue
Block a user