mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
ActivityIndicatorPresenter: Fix Giom's review remark
This commit is contained in:
@@ -42,6 +42,9 @@ final class ActivityIndicatorPresenter: ActivityIndicatorPresenterType {
|
||||
|
||||
func presentActivityIndicator(on view: UIView, animated: Bool, completion: (() -> Void)? = nil) {
|
||||
if self.presentingView != nil {
|
||||
if let completion = completion {
|
||||
completion()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user