mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
BarCard: fix target
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user