iOS: remove useless code

This commit is contained in:
pengfei.zhou 2021-10-27 17:46:03 +08:00 committed by osborn
parent 92c22def29
commit 88c441d86c

View File

@ -236,6 +236,5 @@ - (void)reset {
self.view.scrollEnabled = YES;
self.onScrollEndFuncId = nil;
self.onScrollFuncId = nil;
self.view.scrollEnabled = YES;
}
@end