We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dadd27 + 3f0a2ff commit 3d4e80fCopy full SHA for 3d4e80f
app/src/main/java/com/github/pedrovgs/effectiveandroidui/ui/renderer/tvshow/TvShowRenderer.java
@@ -91,7 +91,7 @@ private void renderTitle(TvShow tvShow) {
91
}
92
93
private void renderSeasonCounter(TvShow tvShow) {
94
- String seassons = context.getString(R.string.seasons_counter, tvShow.getNumberOfSeasons());
95
- seasonsCounterTextView.setText(seassons);
+ String seasons = context.getString(R.string.seasons_counter, tvShow.getNumberOfSeasons());
+ seasonsCounterTextView.setText(seasons);
96
97
0 commit comments