Skip to content
Snippets Groups Projects
Commit 23199615 authored by Koen's avatar Koen
Browse files

Added opinion neutral.

parent 5c07a8c5
No related branches found
No related tags found
No related merge requests found
...@@ -167,6 +167,7 @@ data class Opinion(val data: ByteArray) { ...@@ -167,6 +167,7 @@ data class Opinion(val data: ByteArray) {
val like: Opinion get() = makeOpinion(1); val like: Opinion get() = makeOpinion(1);
val dislike: Opinion get() = makeOpinion(2); val dislike: Opinion get() = makeOpinion(2);
val neutral: Opinion get() = makeOpinion(3);
} }
override fun equals(other: Any?): Boolean { override fun equals(other: Any?): Boolean {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment