BarCard: fix target
This commit is contained in:
parent
6d4dbcdee7
commit
a3e0d7ffb1
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user