BarCard: fix target

This commit is contained in:
2018-12-06 20:16:45 -06:00
parent 6d4dbcdee7
commit a3e0d7ffb1

View File

@@ -137,7 +137,7 @@ public class BarCard extends HabitCard
if (habit.isNumerical())
{
boolSpinner.setVisibility(GONE);
chart.setTarget(habit.getTargetValue());
chart.setTarget(habit.getTargetValue() * bucketSize);
}
else
{