Merge branch 'development'

This commit is contained in:
WenchaoD 2017-03-15 18:07:53 +08:00
commit 9378c7aa05
1 changed files with 1 additions and 0 deletions

View File

@ -1224,6 +1224,7 @@ typedef NS_ENUM(NSUInteger, FSCalendarOrientation) {
- (void)handleScopeGesture:(UIPanGestureRecognizer *)sender
{
if (self.floatingMode) return;
[self.transitionCoordinator handleScopeGesture:sender];
}