ContriHUB / MinimalistTodoListV4

A sleek, efficient Android app for managing your tasks with ease.
MIT License
1 stars 4 forks source link

fixed issue #4 #7

Closed RITIK-CHAUDHRY closed 1 month ago

RITIK-CHAUDHRY commented 1 month ago

i have modified CalculateNextDueDate.kt where modified the function to always return the next future date.. also updated the TaskViewModel.kt Updated the handleSetDueDate function to use the calculateNextDueDate function to set the next future due date for recurring tasks. Updated the handleEditTask function to use the calculateNextDueDate function to set the next future due date for recurring tasks.