Hide the delete cell while adding an entry
This commit is contained in:
parent
17ccf55c48
commit
9575bda711
1 changed files with 4 additions and 1 deletions
|
|
@ -123,9 +123,12 @@ class PasswordEditorTableViewController: UITableViewController {
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
[.type: PasswordEditorCellType.scanQRCodeCell],
|
[.type: PasswordEditorCellType.scanQRCodeCell],
|
||||||
[.type: PasswordEditorCellType.deletePasswordCell],
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
if self.password != nil {
|
||||||
|
tableData[additionsSection+1].append([.type: PasswordEditorCellType.deletePasswordCell])
|
||||||
|
}
|
||||||
updateTableData(withRespectTo: passwordGenerator.flavor)
|
updateTableData(withRespectTo: passwordGenerator.flavor)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue