update thte widgets at changing event filtering

This commit is contained in:
tibbi 2018-10-24 11:50:08 +02:00
parent e4453a4e33
commit 924e7b5fbf
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
private fun showFilterDialog() {
FilterEventTypesDialog(this) {
refreshViewPager()
updateWidgets()
}
}