Fix a bug of otp cell introduced by polishing table view data structure
This commit is contained in:
parent
8ea7da91d4
commit
6f1571fefa
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
|
|||
section = TableSection(type: .addition, header: "One Time Password")
|
||||
section.item.append(TableCell(title: title, content: otp))
|
||||
tableData.append(section)
|
||||
oneTimePasswordIndexPath = IndexPath(row: 0, section: tableData.count)
|
||||
oneTimePasswordIndexPath = IndexPath(row: 0, section: tableData.count - 1)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue