diff --git a/mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileAboutFragment.java b/mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileAboutFragment.java index e27369032b..09390c0e7e 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileAboutFragment.java +++ b/mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileAboutFragment.java @@ -44,7 +44,7 @@ import me.grishka.appkit.views.UsableRecyclerView; public class ProfileAboutFragment extends Fragment implements WindowInsetsAwareFragment{ - static final int MAX_FIELDS=Integer.MAX_VALUE; + static final int MAX_FIELDS=4; public UsableRecyclerView list; private List fields=Collections.emptyList();