setting question label in subtitle

This commit is contained in:
Rechee
2020-01-07 22:25:14 -08:00
parent 895b068321
commit 9c10a56dda

View File

@@ -59,7 +59,7 @@ public class SubtitleCard extends HabitCard
questionLabel.setVisibility(VISIBLE);
questionLabel.setTextColor(color);
questionLabel.setText(habit.getDescription());
questionLabel.setText(habit.getQuestion());
frequencyLabel.setText(toText(habit.getFrequency()));
if (habit.hasReminder()) updateReminderText(habit.getReminder());