浏览代码

remove silly message text

cyberta 5 年之前
父节点
当前提交
d0a2886de4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Controller/QrViewController.swift

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

@@ -77,7 +77,7 @@ class QrViewController: UITableViewController, QrCodeReaderDelegate {
     }
     }
 
 
     private lazy var progressAlert: UIAlertController = {
     private lazy var progressAlert: UIAlertController = {
-        let alert = UIAlertController(title: String.localized("one_moment"), message: "TESTMESSAGE", preferredStyle: .alert)
+        let alert = UIAlertController(title: String.localized("one_moment"), message: nil, preferredStyle: .alert)
 
 
         let rect = CGRect(x: 0, y: 0, width: 25, height: 25)
         let rect = CGRect(x: 0, y: 0, width: 25, height: 25)
         let activityIndicator = UIActivityIndicatorView(frame: rect)
         let activityIndicator = UIActivityIndicatorView(frame: rect)