File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1096,6 +1096,8 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
1096
1096
1097
1097
- (void )contentViewClicked : (UIGestureRecognizer *)gestureRecognizer {
1098
1098
if (gestureRecognizer.state == UIGestureRecognizerStateEnded) {
1099
+ [self setShrinked: !self .shrinked animated: YES ];
1100
+ /*
1099
1101
// if we are currently in a special state, restore to normal
1100
1102
// and ignore current set animation in that case
1101
1103
if (self.shrinked) {
@@ -1118,7 +1120,7 @@ - (void)contentViewClicked:(UIGestureRecognizer *)gestureRecognizer {
1118
1120
break;
1119
1121
}
1120
1122
}
1121
-
1123
+ */
1122
1124
if ([self .delegate respondsToSelector: @selector (statusBarOverlayDidRecognizeGesture: )]) {
1123
1125
[self .delegate statusBarOverlayDidRecognizeGesture: gestureRecognizer];
1124
1126
}
You can’t perform that action at this time.
0 commit comments