forked from organicmaps/organicmaps
[android] incorrect rating constant is changed
This commit is contained in:
parent
e4fb97c32e
commit
3ae12275df
1 changed files with 1 additions and 1 deletions
|
@ -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() {};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue