mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 16:53:04 +02:00
fixed typo for ignoreOutOfRange option
This commit is contained in:
@@ -216,7 +216,7 @@ public class OpenScale {
|
|||||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||||
|
|
||||||
// if ignore out of range preference is true don't add this data
|
// 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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user