Update icons

This commit is contained in:
Tommaso Berlose
2020-05-11 13:30:36 +02:00
parent 385806413e
commit 09bc9df22f
108 changed files with 62 additions and 12 deletions

View File

@ -573,7 +573,7 @@ class MainWidget : AppWidgetProvider() {
R.drawable.round_directions_walk
)
)
v.next_event_date.text = "${Preferences.googleFitSteps}"
v.next_event_date.text = context.getString(R.string.daily_steps_counter).format(Preferences.googleFitSteps)
break@loop
}
}