fix: some widget sting newlines

This commit is contained in:
rebelonion 2024-03-27 19:02:42 -05:00
parent ea678ef55e
commit 7951c2cf37
10 changed files with 41 additions and 24 deletions

View file

@ -173,7 +173,7 @@ class ProfileStatsWidget : AppWidgetProvider() {
)
setTextViewText(
R.id.topRightLabel,
context.getString(R.string.episodes_watched)
context.getString(R.string.episodes_watched_n)
)
setTextViewText(
@ -191,7 +191,7 @@ class ProfileStatsWidget : AppWidgetProvider() {
)
setTextViewText(
R.id.bottomRightLabel,
context.getString(R.string.chapters_read)
context.getString(R.string.chapters_read_n)
)
val intent = Intent(context, ProfileActivity::class.java)