Эх сурвалжийг харах

say in 'Experimental hint' that we have map now

B. Petersen 1 жил өмнө
parent
commit
0ef2c8cd29

+ 1 - 0
deltachat-ios/Controller/Settings/AdvancedViewController.swift

@@ -297,6 +297,7 @@ internal final class AdvancedViewController: UITableViewController, ProgressAler
             if !locationStreaming {
                 let alert = UIAlertController(title: "Thanks for trying out the experimental feature 🧪 \"Location streaming\"",
                                               message: "You will find a corresponding option in the attach menu (the paper clip) of each chat now.\n\n"
+                                                + "Moreover, \"Profiles\" and \"All Media\" will offer a map.\n\n"
                                                 + "If you want to quit the experimental feature, you can disable it at \"Settings / Advanced\".",
                                               preferredStyle: .alert)
                 alert.addAction(UIAlertAction(title: String.localized("ok"), style: .default, handler: nil))