Procházet zdrojové kódy

bugfix: create backup not showing in settingscontroller

Bastian van de Wetering před 6 roky
rodič
revize
4df4246f58
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      deltachat-ios/TopViews/SettingsController.swift

+ 0 - 4
deltachat-ios/TopViews/SettingsController.swift

@@ -98,10 +98,6 @@ internal final class SettingsViewController: QuickTableViewController {
 
     let deleteRow = TapActionRow(text: "Delete Account", action: { [weak self] in self?.deleteAccount($0) })
 
-    if MRConfig.configured {
-      backupRows.removeLast()
-    }
-
     tableContents = [
       Section(
         title: "User Details",