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
This commit is contained in:
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…
Reference in New Issue
Block a user