fix: some widget sting newlines
This commit is contained in:
parent
ea678ef55e
commit
7951c2cf37
10 changed files with 41 additions and 24 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue