mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Avoid stalls in GIF downloader.
// FREEBIE
This commit is contained in:
parent
94f3601d39
commit
a3600d8e89
1 changed files with 0 additions and 1 deletions
|
@ -524,7 +524,6 @@ extension URLSessionTask {
|
|||
}
|
||||
|
||||
private func segmentRequestDidSucceed(assetRequest: GiphyAssetRequest, assetSegment: GiphyAssetSegment) {
|
||||
|
||||
DispatchQueue.main.async {
|
||||
assetSegment.state = .complete
|
||||
|
||||
|
|
Loading…
Reference in a new issue