diff --git a/deltachat-ios/Controller/AccountSwitchViewController.swift b/deltachat-ios/Controller/AccountSwitchViewController.swift index 889c779d3..32a772aaf 100644 --- a/deltachat-ios/Controller/AccountSwitchViewController.swift +++ b/deltachat-ios/Controller/AccountSwitchViewController.swift @@ -271,7 +271,7 @@ class AccountCell: UITableViewCell { view.translatesAutoresizingMaskIntoConstraints = false view.widthAnchor.constraint(equalToConstant: 16).isActive = true view.tintColor = DcColors.middleGray - view.image = #imageLiteral(resourceName: "volume_off").withRenderingMode(.alwaysTemplate) + view.image = UIImage(named: "volume_off")?.withRenderingMode(.alwaysTemplate) view.contentMode = .scaleAspectFit view.isAccessibilityElement = false return view