Parcourir la source

add title to SettingsBackgroundSelectionController

cyberta il y a 3 ans
Parent
commit
a4cef4abae

+ 1 - 0
deltachat-ios/Controller/SettingsBackgroundSelectionController.swift

@@ -81,6 +81,7 @@ class SettingsBackgroundSelectionController: UIViewController, MediaPickerDelega
     }
     }
 
 
     override func viewDidLoad() {
     override func viewDidLoad() {
+        self.title = String.localized("pref_background")
         setupSubviews()
         setupSubviews()
     }
     }