Browse Source

error fixed

v0.17
yajan 2 years ago
parent
commit
698b6ddcb7
  1. 2
      GME Remit/Modules/NotificationList/User Interface/View/NotificationListViewController.swift

2
GME Remit/Modules/NotificationList/User Interface/View/NotificationListViewController.swift

@ -81,7 +81,7 @@ extension NotificationListViewController: UITableViewDelegate, UITableViewDataSo
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
let item = tableData[indexPath.row]
presenter?.updateNotification(rowId: item.rowID)
presenter?.updateNotification(rowId: item.rowID!)
if item.isClickable == "Y" {
guard let webController = UIStoryboard(name: "Storyboard", bundle: nil)
.instantiateViewController(withIdentifier: "WebLinksViewController") as? WebLinksViewController

Loading…
Cancel
Save