mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Prevent crash
This commit is contained in:
@@ -114,7 +114,8 @@ public class AdapterIdentity extends RecyclerView.Adapter<AdapterIdentity.ViewHo
|
||||
tvDrafts = itemView.findViewById(R.id.tvDrafts);
|
||||
tvError = itemView.findViewById(R.id.tvError);
|
||||
|
||||
vwColor.getLayoutParams().width = colorStripeWidth;
|
||||
if (vwColor != null)
|
||||
vwColor.getLayoutParams().width = colorStripeWidth;
|
||||
}
|
||||
|
||||
private void wire() {
|
||||
|
||||
Reference in New Issue
Block a user