Fix documentation of setLockscreenBackground()

This commit is contained in:
saqura 2016-04-01 18:02:56 +02:00
parent b6ac166c4f
commit 8436b8572c

View File

@ -203,9 +203,9 @@ public class UserPreferences {
}
/**
* Returns true if notifications are persistent
* Returns true if the lockscreen background should be set to the current episode's image
*
* @return {@code true} if notifications are persistent, {@code false} otherwise
* @return {@code true} if the lockscreen background should be set, {@code false} otherwise
*/
public static boolean setLockscreenBackground() {
return prefs.getBoolean(PREF_LOCKSCREEN_BACKGROUND, true);