Fixes #4746 - It is very easy to make duplicate rooms

This commit is contained in:
Stefan Ceriu
2021-08-26 16:55:56 +03:00
committed by Stefan Ceriu
parent 758542ad5e
commit bde2df24ee
6 changed files with 38 additions and 33 deletions
@@ -212,9 +212,7 @@ final class SettingsDiscoveryThreePidDetailsViewController: UIViewController {
}
private func renderLoading() {
if self.activityPresenter.isPresenting == false {
self.activityPresenter.presentActivityIndicator(on: self.view, animated: true)
}
self.activityPresenter.presentActivityIndicator(on: self.view, animated: true)
self.operationButton.isEnabled = false
}