mirror of
https://github.com/Burrit0z/kai
synced 2025-07-01 17:06:47 +00:00
bro just async
This commit is contained in:
@ -80,7 +80,7 @@ long long lastPercentage;
|
||||
|
||||
} else if(!shouldAdd) {
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[cell removeFromSuperview];
|
||||
[cell removeFromSuperview];
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user