Skip to content

Commit

Permalink
Clear list before refresh to avoid duplicates (getodk#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjitschouhan authored and lognaturel committed Apr 6, 2017
1 parent 894c77c commit 0112ec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void onClick(View v) {
Collect.getInstance().getActivityLogger().logAction(this, "refreshForms", "");

downloadFormList();
FormDownloadList.this.getListView().clearChoices();
mFilteredFormList.clear();
clearChoices();
}
});
Expand Down

0 comments on commit 0112ec8

Please sign in to comment.