catch just ArrayIndexOutOfBoundsException at the monthly widget try/catch block

This commit is contained in:
tibbi
2017-07-06 22:56:39 +02:00
parent 2199c4eb37
commit 5a86786894

View File

@@ -220,7 +220,7 @@ class MyWidgetMonthlyProvider : AppWidgetProvider(), MonthlyCalendar {
updateMonth(month)
updateDays(days)
updateWidget()
} catch (ignored: Exception) {
} catch (ignored: ArrayIndexOutOfBoundsException) {
}
}