mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2026-03-10 18:55:03 +00:00
Fix duplicate lists displaying
This commit is contained in:
@@ -121,6 +121,7 @@ public class ItemDetails extends AppCompatActivity implements ListPickerDialogFr
|
||||
l.start();
|
||||
}
|
||||
|
||||
shoppingLists.clear();
|
||||
// Wait for each thread to finish and add results to shoppingLists
|
||||
for (int i = 0; i < threads.length; i++) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user