mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-03 15:32:54 +01:00
Fix today's birthday displaying
This commit is contained in:
parent
67346a06e5
commit
694227a3b1
@ -252,7 +252,7 @@ public class CalendarManager {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (birthday.isAfter(now)) {
|
||||
if (birthday.isAfter(now) || birthday.isEqual(now)) {
|
||||
return birthday;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user