Fix some issues from 7ff95e2 (#415)

* Fixed extra header introduced in 7ff95e2

* Removed parentheses to make detekt happy

* Updated relative date display for dates in the future

* Small cleanup for header creation logic

* replaced "and" with "&&" for better formatting

(cherry picked from commit 07f963d5ae16c3c8d7be025a7e9439ad2110ac71)
This commit is contained in:
Maddie Witman
2024-02-24 14:33:46 -05:00
committed by Jobobby04
parent 31acbbdcdc
commit ed34807a58
4 changed files with 20 additions and 13 deletions
@@ -10,6 +10,11 @@
<item quantity="other">%1$d days ago</item>
</plurals>
<plurals name="upcoming_relative_time">
<item quantity="one">Tomorrow</item>
<item quantity="other">In %1$d days</item>
</plurals>
<plurals name="num_categories">
<item quantity="one">%d category</item>
<item quantity="other">%d categories</item>