mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-16 10:48:46 +00:00
Fix duplicate lists displaying
This commit is contained in:
parent
c07599ecc6
commit
07db1c833a
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user