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.
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.