mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Remove "Loading preview..." label.
This commit is contained in:
@@ -56,7 +56,6 @@ class URLPreviewView: UIView, NibLoadable, Themable {
|
||||
@IBOutlet weak var descriptionLabel: UILabel!
|
||||
|
||||
@IBOutlet weak var loadingView: UIView!
|
||||
@IBOutlet weak var loadingLabel: UILabel!
|
||||
@IBOutlet weak var loadingActivityIndicator: UIActivityIndicatorView!
|
||||
|
||||
// Matches the label's height with the close button.
|
||||
@@ -107,9 +106,6 @@ class URLPreviewView: UIView, NibLoadable, Themable {
|
||||
descriptionLabel.textColor = theme.colors.secondaryContent
|
||||
descriptionLabel.font = theme.fonts.caption1
|
||||
|
||||
loadingLabel.textColor = siteNameLabel.textColor
|
||||
loadingLabel.font = siteNameLabel.font
|
||||
|
||||
let closeButtonAsset = ThemeService.shared().isCurrentThemeDark() ? Asset.Images.urlPreviewCloseDark : Asset.Images.urlPreviewClose
|
||||
closeButton.setImage(closeButtonAsset.image, for: .normal)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user