mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
@@ -86,6 +86,7 @@ public class HabitPickerDialog extends Activity
|
||||
|
||||
for (Habit h : habitList)
|
||||
{
|
||||
if (h.isArchived()) continue;
|
||||
habitIds.add(h.getId());
|
||||
habitNames.add(h.getName());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user