Notifications now show up to four items and are then abbreviated to "and x more messages", removed redundant priority variables in DataFetcher.kt

This commit is contained in:
Deniz Düzgören
2019-09-15 14:59:04 +02:00
parent 8f4c604eed
commit b891a48b30
6 changed files with 28 additions and 11 deletions
+5
View File
@@ -145,4 +145,9 @@
<string name="noSPlan">\' Plan</string>
<string name="SPlan">s Plan</string>
<plurals name="moreMessages">
<item quantity="one">,\nund %d weitere Nachricht</item>
<item quantity="other">,\nund %d weitere Nachrichten</item>
</plurals>
</resources>