Fix documentation of setLockscreenBackground()
This commit is contained in:
parent
b6ac166c4f
commit
8436b8572c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user