jitsi / jitsi-android

Jitsi for Android is an Android port of the Jitsi project: The most feature-rich communicator with support for encrypted audio/video, chat and presence over SIP and XMPP
Apache License 2.0
414 stars 259 forks source link

Duplicate subexpressions in ConfigEditText.java #46

Open kilida opened 8 years ago

kilida commented 8 years ago

floatMax != null is repeated. Looks like this should be floatMin != null.