commit
631c72d195
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ public final class PreferenceUtil {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getRecentlyPlayedCutoffText(Context context) {
|
public String getRecentlyPlayedCutoffText(Context context) {
|
||||||
return getCutoffText(LAST_PLAYED_CUTOFF, context);
|
return getCutoffText(RECENTLY_PLAYED_CUTOFF, context);
|
||||||
}
|
}
|
||||||
|
|
||||||
private String getCutoffText(final String cutoff, Context context) {
|
private String getCutoffText(final String cutoff, Context context) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue