[android] incorrect rating constant is changed

This commit is contained in:
Arsentiy Milchakov 2018-09-28 14:51:21 +03:00 committed by Aleksandr Zatsepin
parent e4fb97c32e
commit 3ae12275df

View file

@ -64,7 +64,7 @@ public final class Constants
public static class Rating
{
public static final float RATING_INCORRECT_VALUE = -1.0f;
public static final float RATING_INCORRECT_VALUE = 0.0f;
private Rating() {};
}