1
0
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:
OliE 2017-07-29 20:52:22 +02:00
parent fd8020cf61
commit e713562ba6

View File

@ -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;
}