mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Fix typo in UIView extension
This commit is contained in:
@@ -56,7 +56,7 @@ final class ActivityIndicatorPresenter: ActivityIndicatorPresenterType {
|
||||
backgroundOverlayView.alpha = 0
|
||||
backgroundOverlayView.isHidden = false
|
||||
|
||||
view.vc_addSubViewMathingParent(backgroundOverlayView)
|
||||
view.vc_addSubViewMatchingParent(backgroundOverlayView)
|
||||
|
||||
self.backgroundOverlayView = backgroundOverlayView
|
||||
self.activityIndicatorView = activityIndicatorView
|
||||
|
||||
Reference in New Issue
Block a user