mirror of
https://github.com/oliexdev/openScale.git
synced 2025-02-06 17:13:36 +01:00
fixed typo for ignoreOutOfRange option
This commit is contained in:
parent
fd8020cf61
commit
e713562ba6
@ -216,7 +216,7 @@ public class OpenScale {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
|
||||
// if ignore out of range preference is true don't add this data
|
||||
if (prefs.getBoolean("ignoreOfOutRange", false)) {
|
||||
if (prefs.getBoolean("ignoreOutOfRange", false)) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user