Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Duplicate subexpressions in ConfigEditText.java #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -201,7 +201,7 @@ public boolean onPreferenceChange(Preference preference, Object newValue)
return false;
}
}
else if(floatMax != null && floatMax != null)
else if(floatMax != null && floatMin != null)
{
// Float range check
try
Expand Down