ソースを参照

bugfix: create backup not showing in settingscontroller

Bastian van de Wetering 6 年 前
コミット
4df4246f58
1 ファイル変更0 行追加4 行削除
  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",