Merge pull request #631 from soncaokim/fix-upstream-build

Fix build
This commit is contained in:
Eugene 2018-12-30 13:38:04 -05:00 committed by GitHub
commit 631c72d195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {