mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-04 16:02:55 +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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (birthday.isAfter(now)) {
|
if (birthday.isAfter(now) || birthday.isEqual(now)) {
|
||||||
return birthday;
|
return birthday;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user