redraw the contacts list after changing the filters

This commit is contained in:
tibbi
2018-01-15 20:54:37 +01:00
parent 135240564f
commit bd13b59e36
2 changed files with 6 additions and 1 deletions

View File

@ -249,6 +249,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
fun showFilterDialog() {
FilterContactSourcesDialog(this) {
contacts_fragment.forceListRedraw = true
contacts_fragment.initContacts()
}
}