SP1.2: Invite to Space in room landing element-ios#5225

- Check user permissions to invite people
This commit is contained in:
Gil Eluard
2022-01-26 10:17:42 +01:00
parent 925ca81b04
commit 17667dada7
7 changed files with 129 additions and 40 deletions
@@ -207,6 +207,8 @@ extension OptionListViewController: UITableViewDataSource {
extension OptionListViewController: UITableViewDelegate {
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: true)
viewModel.process(viewAction: .selected(indexPath.row))
if options[indexPath.row].enabled {
viewModel.process(viewAction: .selected(indexPath.row))
}
}
}