Ver Fonte

background color of profileCell transparent

nayooti há 5 anos atrás
pai
commit
b49fd251b1

+ 1 - 1
deltachat-ios/Controller/SettingsController.swift

@@ -301,7 +301,7 @@ internal final class SettingsViewController: UITableViewController {
     }
 
     // MARK: - actions
-    
+
     private func createBackup() {
         let alert = UIAlertController(title: String.localized("pref_backup_export_explain"), message: nil, preferredStyle: .safeActionSheet)
         alert.addAction(UIAlertAction(title: String.localized("pref_backup_export_start_button"), style: .default, handler: { _ in

+ 1 - 0
deltachat-ios/View/Cell/ProfileCell.swift

@@ -9,6 +9,7 @@ class ProfileCell: UITableViewCell {
         accessoryType = .disclosureIndicator
         setupSubviews()
         update(contact: contact)
+        detailView.backgroundColor = .clear
     }
 
     required init?(coder: NSCoder) {