Opt-in skips: Update tests

This commit is contained in:
2020-11-18 22:26:45 -06:00
parent d594d3b085
commit b674d14b49
4 changed files with 12 additions and 1 deletions

View File

@@ -343,6 +343,11 @@ public class Preferences
return storage.getBoolean("pref_skip_enabled", false);
}
public void setSkipEnabled(boolean value)
{
storage.putBoolean("pref_skip_enabled", value);
}
/**
* @return An integer representing the first day of the week. Sunday