Prevent freeze when swiping back twice. (#1224)

FIXES #1222

Maybe this code was a vestige of a former way we were customizing the
back button. In any case, it's no longer required for swipe-to-pop
functionality.

// FREEBIE
pull/1/head
Michael Kirk 9 years ago committed by GitHub
parent 4a1c53f624
commit bee7c71dff

@ -192,9 +192,6 @@ typedef enum : NSUInteger {
selector:@selector(cancelReadTimer)
name:UIApplicationDidEnterBackgroundNotification
object:nil];
self.navigationController.interactivePopGestureRecognizer.delegate = self; // Swipe back to inbox fix. See
// http://stackoverflow.com/questions/19054625/changing-back-button-in-ios-7-disables-swipe-to-navigate-back
}
- (void)initializeTextView {

Loading…
Cancel
Save