Fix peek from inbox (#1509)

fixes #1506

// FREEBIE
pull/1/head
Michael Kirk 9 years ago committed by GitHub
parent f29a0fe49b
commit e6f0130f35

@ -137,7 +137,7 @@
if (indexPath) {
[previewingContext setSourceRect:[self.tableView rectForRowAtIndexPath:indexPath]];
MessagesViewController *vc = [[MessagesViewController alloc] initWithNibName:nil bundle:nil];
MessagesViewController *vc = [MessagesViewController new];
TSThread *thread = [self threadForIndexPath:indexPath];
[vc configureForThread:thread keyboardOnViewAppearing:NO];
[vc peekSetup];

Loading…
Cancel
Save