File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -747,7 +747,7 @@ - (TTMTask*)newRecurringTask {
747747 if (_dueDateText == nil ) {
748748 numberOfDaysThresholdDateIsBeforeDueDate = [TTMDateUtility daysBetweenDate: self .thresholdDate andEndDate: [TTMDateUtility today ]];
749749 } else if (_dueDateText != nil && _thresholdDateText != nil ) {
750- numberOfDaysThresholdDateIsBeforeDueDate = [TTMDateUtility daysBetweenDate: self .thresholdDate andEndDate: self .thresholdDate ];
750+ numberOfDaysThresholdDateIsBeforeDueDate = [TTMDateUtility daysBetweenDate: self .thresholdDate andEndDate: self .dueDate ];
751751 }
752752 if (numberOfDaysThresholdDateIsBeforeDueDate < 0 ) {
753753 numberOfDaysThresholdDateIsBeforeDueDate = 0 ;
Original file line number Diff line number Diff line change 3838 <key >CFBundlePackageType </key >
3939 <string >APPL </string >
4040 <key >CFBundleShortVersionString </key >
41- <string >2.2.0 </string >
41+ <string >2.2.1 </string >
4242 <key >CFBundleSignature </key >
4343 <string >???? </string >
4444 <key >CFBundleVersion </key >
45- <string >2020 </string >
45+ <string >2021 </string >
4646 <key >LSApplicationCategoryType </key >
4747 <string >public.app-category.productivity </string >
4848 <key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments