Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix of [BUG] App crashes when viewing expanded categories in expense …
Browse files Browse the repository at this point in the history
…or income (#3449)
  • Loading branch information
shamim-emon authored Aug 31, 2024
1 parent f461c4f commit 0ca8c03
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ fun todayStartOfDayUtc(
): Instant = with(timeConverter) {
timeProvider.localNow()
.withHour(0)
.withDayOfMonth(0)
.withMinute(0)
.withSecond(0)
.toUTC()
}

Expand Down

0 comments on commit 0ca8c03

Please sign in to comment.