[ios] Close List Settings on Save

Fixes #939

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-07-27 23:29:23 +02:00 committed by Alexander Borsuk
parent 70cbdbcba9
commit e3cecd6814

View file

@ -107,6 +107,7 @@ final class CategorySettingsViewController: MWMTableViewController {
}
delegate?.categorySettingsController(self, didEndEditing: bookmarkGroup.categoryId)
self.navigationController?.popViewController(animated: true)
}
}