소스 검색

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",