mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Update ActivityIndicatorView and ActivityIndicatorPresenter to match activity indicator UI in MXKViewController
This commit is contained in:
@@ -24,8 +24,8 @@ final class ActivityIndicatorPresenter: ActivityIndicatorPresenterType {
|
||||
|
||||
private enum Constants {
|
||||
static let animationDuration: TimeInterval = 0.3
|
||||
static let backgroundOverlayColor = UIColor.black
|
||||
static let backgroundOverlayAlpha: CGFloat = 0.3
|
||||
static let backgroundOverlayColor = UIColor.clear
|
||||
static let backgroundOverlayAlpha: CGFloat = 1.0
|
||||
}
|
||||
|
||||
// MARK: - Properties
|
||||
|
||||
Reference in New Issue
Block a user