Преглед на файлове

set default for verified icon in InitialsBadge to hidden

cyberta преди 5 години
родител
ревизия
8925aed46a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      deltachat-ios/View/InitialsBadge.swift

+ 1 - 1
deltachat-ios/View/InitialsBadge.swift

@@ -16,7 +16,7 @@ class InitialsBadge: UIView {
     private var verifiedView: UIImageView = {
            let imgView = UIImageView()
            let img = UIImage(named: "verified")
-           imgView.isHidden = false
+           imgView.isHidden = true
            imgView.image = img
            imgView.translatesAutoresizingMaskIntoConstraints = false
            return imgView