Add debug UI to enable manual censorship circumvention.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 75c7cc4abf
commit 5acb3714e9

@ -180,6 +180,7 @@ NS_ASSUME_NONNULL_BEGIN
[subsectionItems addObject:[self itemForSubsection:[DebugUIContacts new] viewController:viewController thread:nil]];
[subsectionItems
addObject:[self itemForSubsection:[DebugUIDiskUsage new] viewController:viewController thread:nil]];
[subsectionItems addObject:[self itemForSubsection:[DebugUIMisc new] viewController:viewController thread:nil]];
[contents addSection:[OWSTableSection sectionWithTitle:@"Sections" items:subsectionItems]];
viewController.contents = contents;

Loading…
Cancel
Save