fix(ProfileFragment): max out number of profile roles to 4
This commit is contained in:
@@ -44,7 +44,7 @@ import me.grishka.appkit.utils.V;
|
|||||||
import me.grishka.appkit.views.UsableRecyclerView;
|
import me.grishka.appkit.views.UsableRecyclerView;
|
||||||
|
|
||||||
public class ProfileAboutFragment extends Fragment implements WindowInsetsAwareFragment{
|
public class ProfileAboutFragment extends Fragment implements WindowInsetsAwareFragment{
|
||||||
static final int MAX_FIELDS=Integer.MAX_VALUE;
|
static final int MAX_FIELDS=4;
|
||||||
|
|
||||||
public UsableRecyclerView list;
|
public UsableRecyclerView list;
|
||||||
private List<AccountField> fields=Collections.emptyList();
|
private List<AccountField> fields=Collections.emptyList();
|
||||||
|
|||||||
Reference in New Issue
Block a user