Add stress group to debug UI.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 7268bde506
commit c92c6de7b9

@ -647,10 +647,6 @@ typedef NS_ENUM(NSInteger, MessagesRangeSizeMode) {
[self createScrollDownButton]; [self createScrollDownButton];
[self createHeaderViews]; [self createHeaderViews];
[self addNotificationListeners]; [self addNotificationListeners];
dispatch_async(dispatch_get_main_queue(), ^{
[DebugUITableViewController presentDebugUIForThread:self.thread fromViewController:self];
});
} }
- (void)registerCustomMessageNibs - (void)registerCustomMessageNibs

@ -273,13 +273,6 @@ typedef NS_ENUM(NSInteger, CellState) { kArchiveState, kInboxState };
} }
[self updateBarButtonItems]; [self updateBarButtonItems];
dispatch_async(dispatch_get_main_queue(), ^{
TSThread *thread = [self threadForIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]];
if (thread) {
[self presentThread:thread keyboardOnViewAppearing:NO callOnViewAppearing:NO];
}
});
} }
- (void)updateBarButtonItems - (void)updateBarButtonItems

Loading…
Cancel
Save