From 18d6b044ea4ec967a34660f7aac8daeac9b53db3 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 21 Feb 2022 16:26:02 +0100 Subject: [PATCH] plus comment --- .../com/simplemobiletools/calendar/pro/helpers/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/Constants.kt b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/Constants.kt index 89e1fa291..2474a4958 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/Constants.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/Constants.kt @@ -112,7 +112,7 @@ const val REPEAT_ORDER_WEEKDAY_USE_LAST = 2 // i.e. every last sunda const val REPEAT_LAST_DAY = 3 // i.e. every last day of the month const val REPEAT_ORDER_WEEKDAY = 4 // i.e. every 4th sunday, even if a month has 4 sundays only (will stay 4th even at months with 5) -// special event flags +// special event and task flags const val FLAG_ALL_DAY = 1 const val FLAG_IS_IN_PAST = 2 const val FLAG_MISSING_YEAR = 4