mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
fix: fixed boolean evaluation in the code
This commit is contained in:
parent
fe3ba9fb89
commit
6572b846c8
5 changed files with 5 additions and 5 deletions
|
|
@ -105,7 +105,7 @@ object Preferences {
|
|||
}
|
||||
|
||||
@JvmStatic
|
||||
fun askForOptimization(): Boolean? {
|
||||
fun askForOptimization(): Boolean {
|
||||
return App.getInstance().preferences.getBoolean(BATTERY_OPTIMIZATION, true)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue