Sfoglia il codice sorgente

bugfix: create backup not showing in settingscontroller

Bastian van de Wetering 6 anni fa
parent
commit
4df4246f58
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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",