Skip to content

Commit

Permalink
Enable slide gesture on drilled down views
Browse files Browse the repository at this point in the history
  • Loading branch information
myell0w committed Jan 4, 2012
1 parent 564f72f commit 26146be
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -455,8 +455,7 @@ - (void)cancelSearching {
////////////////////////////////////////////////////////////////////////

- (void)handleTouchesBeganAtLocation:(CGPoint)location {
if (slideNavigationControllerState_ == MTSlideNavigationControllerStateDrilledDown
|| slideNavigationControllerState_ == MTSlideNavigationControllerStateSearching) {
if (slideNavigationControllerState_ == MTSlideNavigationControllerStateSearching) {
return;
}

Expand Down

0 comments on commit 26146be

Please sign in to comment.