Commit 773c1d5
committed
Fix bug with infinite while loop in GetAllStreaksWithCashingUseCase
The while loop in GetAllStreaksWithCashingUseCase ran infinitely when the habit start date was in the future.1 parent de094f3 commit 773c1d5
File tree
1 file changed
+2
-0
lines changed- core/domain/src/main/java/com/rendox/routinetracker/core/domain/streak
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments