diff --git a/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/MyWidgetMonthlyProvider.kt b/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/MyWidgetMonthlyProvider.kt index abeb6965e..55ee24acc 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/MyWidgetMonthlyProvider.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/MyWidgetMonthlyProvider.kt @@ -220,7 +220,7 @@ class MyWidgetMonthlyProvider : AppWidgetProvider(), MonthlyCalendar { updateMonth(month) updateDays(days) updateWidget() - } catch (ignored: Exception) { + } catch (ignored: ArrayIndexOutOfBoundsException) { } }