Fix duplicate lists displaying

This commit is contained in:
Clayton Wilson 2020-10-25 21:57:57 -04:00
parent c07599ecc6
commit 07db1c833a

View File

@ -121,6 +121,7 @@ public class ItemDetails extends AppCompatActivity implements ListPickerDialogFr
l.start(); l.start();
} }
shoppingLists.clear();
// Wait for each thread to finish and add results to shoppingLists // Wait for each thread to finish and add results to shoppingLists
for (int i = 0; i < threads.length; i++) { for (int i = 0; i < threads.length; i++) {
try { try {