mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
catch just ArrayIndexOutOfBoundsException at the monthly widget try/catch block
This commit is contained in:
@@ -220,7 +220,7 @@ class MyWidgetMonthlyProvider : AppWidgetProvider(), MonthlyCalendar {
|
|||||||
updateMonth(month)
|
updateMonth(month)
|
||||||
updateDays(days)
|
updateDays(days)
|
||||||
updateWidget()
|
updateWidget()
|
||||||
} catch (ignored: Exception) {
|
} catch (ignored: ArrayIndexOutOfBoundsException) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user