growthbook / growthbook-sdk-java

The Java SDK for GrowthBook (JVM, Android)
https://docs.growthbook.io/lib/java
MIT License
7 stars 10 forks source link

[Bug] isOn() does not return true for truthy Float values #29

Closed tinahollygb closed 1 year ago

tinahollygb commented 1 year ago

There is a bug that when using a float value, isOn() is not true.

isOn() should return true for all non-zero float values.