From e95b579d97b770ebde3ab2257377ae57c9f9b56d Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 9 May 2017 18:10:46 -0400 Subject: [PATCH] TODONE // FREEBIE --- Signal/src/ViewControllers/ShowGroupMembersViewController.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Signal/src/ViewControllers/ShowGroupMembersViewController.m b/Signal/src/ViewControllers/ShowGroupMembersViewController.m index dd8511c84..382cbb312 100644 --- a/Signal/src/ViewControllers/ShowGroupMembersViewController.m +++ b/Signal/src/ViewControllers/ShowGroupMembersViewController.m @@ -357,10 +357,6 @@ NS_ASSUME_NONNULL_BEGIN - (void)contactsViewHelperDidUpdateContacts { - // FIXME new names are not immediately chown. - // doing some debugging, it seems that even though [self.tableView reloadData] is called - // we don't see subsequent invocations of `cellForIndexpath:` unless the items are scrolled off screen. - [self updateTableContents]; }