Commit 83b71cdba44d236ed8d554d7a8929087ee24607b
1 parent
9eecf3b7
修改民生实事确认取消,投票发生变化的问题
Showing
1 changed file
with
3 additions
and
3 deletions
C5/app/src/main/java/com/sunvote/xpadapp/fragments/ElectionCustomFragment.java
... | ... | @@ -285,15 +285,15 @@ public class ElectionCustomFragment extends BaseFragment { |
285 | 285 | btnConfirm.setEnabled(true); |
286 | 286 | btnConfirm.setVisibility(View.VISIBLE); |
287 | 287 | btnModify.setVisibility(View.INVISIBLE); |
288 | - for (int i = 0; i < aryContent.size(); i++) { | |
288 | + /*for (int i = 0; i < aryContent.size(); i++) { | |
289 | 289 | MultiTitleItem it = aryContent.get(i); |
290 | 290 | it.startVote = true; |
291 | 291 | it.result = 4; |
292 | 292 | if(it.No<0){ |
293 | 293 | aryContent.remove(it); |
294 | 294 | } |
295 | - } | |
296 | - mAdapter.notifyDataSetChanged(); | |
295 | + }*/ | |
296 | + //mAdapter.notifyDataSetChanged(); | |
297 | 297 | } |
298 | 298 | |
299 | 299 | @Override | ... | ... |