-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dispatch dot lottie file loading onto a single serial queue (#2229)
A serial dispatch queue ensures that IO related to loading dot Lottie files don't overlap, which can trigger file loading errors due to concurrent unzipping on a single archive.
- Loading branch information
1 parent
f081afa
commit 3d46f3f
Showing
1 changed file
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters