mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 20:16:54 +01:00
Update to newest RSCore
This commit is contained in:
parent
6dc442c264
commit
0b404c294d
@ -103,7 +103,7 @@ private extension SingleFaviconDownloader {
|
||||
queue.async {
|
||||
|
||||
if let data = self.diskCache[self.diskKey], !data.isEmpty {
|
||||
RSImage.rs_image(with: data, imageResultBlock: completion)
|
||||
RSImage.image(with: data, imageResultBlock: completion)
|
||||
return
|
||||
}
|
||||
|
||||
@ -138,7 +138,7 @@ private extension SingleFaviconDownloader {
|
||||
|
||||
if let data = data, !data.isEmpty, let response = response, response.statusIsOK, error == nil {
|
||||
self.saveToDisk(data)
|
||||
RSImage.rs_image(with: data, imageResultBlock: completion)
|
||||
RSImage.image(with: data, imageResultBlock: completion)
|
||||
return
|
||||
}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 2d7a8d459595772d367d6b4f7ff868e2723076bb
|
||||
Subproject commit 525f0d9ad5edd49108ccdecb4e47dbe10e9bb217
|
Loading…
x
Reference in New Issue
Block a user