mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-13 09:50:17 +00:00
Remove unneeded _block specifier
This commit is contained in:
parent
41ecaa7bb2
commit
d273cda2b0
@ -241,7 +241,7 @@
|
|||||||
NSMutableArray *result = [NSMutableArray new];
|
NSMutableArray *result = [NSMutableArray new];
|
||||||
|
|
||||||
__block ASDataControllerAnimationOptions currentOptions = 0;
|
__block ASDataControllerAnimationOptions currentOptions = 0;
|
||||||
__block NSMutableIndexSet *currentIndexes = [NSMutableIndexSet indexSet];
|
NSMutableIndexSet *currentIndexes = [NSMutableIndexSet indexSet];
|
||||||
|
|
||||||
NSEnumerationOptions options = type == _ASHierarchyChangeTypeDelete ? NSEnumerationReverse : kNilOptions;
|
NSEnumerationOptions options = type == _ASHierarchyChangeTypeDelete ? NSEnumerationReverse : kNilOptions;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user