diff --git a/Signal/src/ViewControllers/DebugUI/DebugUIMisc.m b/Signal/src/ViewControllers/DebugUI/DebugUIMisc.m index 6b3232ed8..1b3229e41 100644 --- a/Signal/src/ViewControllers/DebugUI/DebugUIMisc.m +++ b/Signal/src/ViewControllers/DebugUI/DebugUIMisc.m @@ -133,6 +133,11 @@ NS_ASSUME_NONNULL_BEGIN } }]]; + [items addObject:[OWSTableItem itemWithTitle:@"Fetch system contacts" + actionBlock:^() { + [Environment.current.contactsManager requestSystemContactsOnce]; + }]]; + return [OWSTableSection sectionWithTitle:self.name items:items]; }