Fix person selection on iPhone
2 files changed, 3 lines added, 1 line removed
Changes
--- ios-app/RPI Directory/MasterViewController.m e3e405c9a8290cc46f97bd618414da8b22009302
+++ ios-app/RPI Directory/MasterViewController.m 3e220cbfa296631a7718c7f4fc880882bb95a662
@@ -20,6 +20,7 @@
+ UITableView *m_currentTableView;
@@ -202,6 +203,7 @@
+ m_currentTableView = tableView;
@@ -213,7 +215,7 @@
- NSIndexPath *indexPath = [self.tableView indexPathForSelectedRow];
+ NSIndexPath *indexPath = [m_currentTableView indexPathForSelectedRow];