Infinity is 99+

pull/156/head
M66B 6 years ago
parent 494162f97d
commit 947032f898

@ -66,7 +66,7 @@ public class Widget extends AppWidgetProvider {
if (count < 0)
views.setTextViewText(R.id.tvCount, "?");
else if (count > 999)
else if (count > 99)
views.setTextViewText(R.id.tvCount, "∞");
else
views.setTextViewText(R.id.tvCount, nf.format(count));

Loading…
Cancel
Save