From 83b71cdba44d236ed8d554d7a8929087ee24607b Mon Sep 17 00:00:00 2001 From: wutaian Date: Mon, 18 Mar 2019 15:31:24 +0800 Subject: [PATCH] 修改民生实事确认取消,投票发生变化的问题 --- C5/app/src/main/java/com/sunvote/xpadapp/fragments/ElectionCustomFragment.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C5/app/src/main/java/com/sunvote/xpadapp/fragments/ElectionCustomFragment.java b/C5/app/src/main/java/com/sunvote/xpadapp/fragments/ElectionCustomFragment.java index 3cddab2..27b676b 100644 --- a/C5/app/src/main/java/com/sunvote/xpadapp/fragments/ElectionCustomFragment.java +++ b/C5/app/src/main/java/com/sunvote/xpadapp/fragments/ElectionCustomFragment.java @@ -285,15 +285,15 @@ public class ElectionCustomFragment extends BaseFragment { btnConfirm.setEnabled(true); btnConfirm.setVisibility(View.VISIBLE); btnModify.setVisibility(View.INVISIBLE); - for (int i = 0; i < aryContent.size(); i++) { + /*for (int i = 0; i < aryContent.size(); i++) { MultiTitleItem it = aryContent.get(i); it.startVote = true; it.result = 4; if(it.No<0){ aryContent.remove(it); } - } - mAdapter.notifyDataSetChanged(); + }*/ + //mAdapter.notifyDataSetChanged(); } @Override -- libgit2 0.21.4