Browse Source

call sent

pull/1/head
gme_2 6 years ago
parent
commit
4b86377aab
  1. 2
      GMERemittance/Module/GmeContacts/User Interface/View/GmeContactsViewController.swift

2
GMERemittance/Module/GmeContacts/User Interface/View/GmeContactsViewController.swift

@ -127,7 +127,7 @@ extension GmeContactsViewController: UITableViewDataSource {
let cell = tableView.dequeueReusableCell(withIdentifier: "GmeContactsTableViewCell") as! GmeContactsTableViewCell let cell = tableView.dequeueReusableCell(withIdentifier: "GmeContactsTableViewCell") as! GmeContactsTableViewCell
cell.contact = self.contacts.elementAt(index: indexPath.row)
cell.contact = self.contacts.elementAt(index: indexPath.row - 1)
cell.setup() cell.setup()
return cell return cell
} }

Loading…
Cancel
Save