mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Fixes #4746 - It is very easy to make duplicate rooms
This commit is contained in:
committed by
Stefan Ceriu
parent
758542ad5e
commit
bde2df24ee
+1
-3
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user