[KB-2177, KB-2193]: Creating a list and View the Lists, delete the list

This commit is contained in:
Aliaksandr Dvoineu
2023-04-11 06:27:13 +03:00
parent 524f095904
commit dae9ba76fc
31 changed files with 2415 additions and 205 deletions

View File

@@ -91,7 +91,7 @@ class BlockListGroupViewController: BaseViewController, UITableViewDelegate, UIT
}
@IBAction func dismiss() {
blockListVC?.reloadBlockLists()
blockListVC?.reloadCuratedBlockDomains()
self.navigationController?.popViewController(animated: true)
}
}