Bläddra i källkod

bugfix: create backup not showing in settingscontroller

Bastian van de Wetering 6 år sedan
förälder
incheckning
4df4246f58
1 ändrade filer med 0 tillägg och 4 borttagningar
  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",