FHellmann / Uniatron

This project is part of the course Mobile Application Development at the University of Augsburg
https://play.google.com/store/apps/details?id=com.edu.uni.augsburg.uniatron
Apache License 2.0
0 stars 3 forks source link

Default emotion #39

Closed FHellmann closed 6 years ago

FHellmann commented 6 years ago

Describe the bug The default of the tracked emoticon in the history view is always the worst.

Expected behavior The default emoticon should be neutral.

Additional context This issue exists, because the Emotions.getAverage(...) always enters the if (x >= 0) because the sql query returns 0 if no value exists.