From 53eaeb7197df3aef99db28b11f69478f4182afb5 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Sun, 14 May 2023 08:55:50 -0300 Subject: [PATCH] feat: remove requiredField for header account attribute Sometimes null on calckey, which would make the search not work --- .../src/main/java/org/joinmastodon/android/model/Account.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/java/org/joinmastodon/android/model/Account.java b/mastodon/src/main/java/org/joinmastodon/android/model/Account.java index 61db2914ec..c36d410b21 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/model/Account.java +++ b/mastodon/src/main/java/org/joinmastodon/android/model/Account.java @@ -62,7 +62,7 @@ public class Account extends BaseModel implements Searchable{ /** * An image banner that is shown above the profile and in profile cards. */ - @RequiredField +// @RequiredField public String header; /** * A static version of the header. Equal to header if its value is a static image; different if header is an animated GIF.