1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00

allow details

This commit is contained in:
luvletter2333 2022-05-08 15:17:04 +08:00
parent 06df7442ef
commit 067deb365d
No known key found for this signature in database
GPG Key ID: A26A8880836E1978

View File

@ -325,7 +325,7 @@ public class NekoChatSettingsActivity extends BaseFragment implements Notificati
linearLayoutInviteContainer.setOrientation(LinearLayout.VERTICAL);
linearLayout.addView(linearLayoutInviteContainer, LayoutHelper.createLinear(LayoutHelper.MATCH_PARENT, LayoutHelper.WRAP_CONTENT));
int count = NekoXConfig.developerMode ? 11 : 10;
int count = 11;
for (int a = 0; a < count; a++) {
TextCheckCell textCell = new TextCheckCell(context);
switch (a) {