mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 20:54:04 +00:00
Add missing comma in ASExperimentalFeatures #trivial (#1137)
This commit is contained in:
parent
4708522bd0
commit
5dd5611c2c
@ -20,7 +20,7 @@ NSArray<NSString *> *ASExperimentalFeaturesGetNames(ASExperimentalFeatures flags
|
||||
@"exp_network_image_queue",
|
||||
@"exp_dealloc_queue_v2",
|
||||
@"exp_collection_teardown",
|
||||
@"exp_framesetter_cache"
|
||||
@"exp_framesetter_cache",
|
||||
@"exp_skip_clear_data"]));
|
||||
|
||||
if (flags == ASExperimentalFeatureAll) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user