mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #2428 from NativeScript/atanasovg/image-cache-update
Reflects some refactoring in the widgest for Android.
This commit is contained in:
@@ -52,7 +52,7 @@ export class Cache extends common.Cache {
|
||||
}
|
||||
|
||||
public _downloadCore(request: common.DownloadRequest) {
|
||||
org.nativescript.widgets.Async.DownloadImage(request.url, this._callback, request.key);
|
||||
org.nativescript.widgets.Async.Image.download(request.url, this._callback, request.key);
|
||||
}
|
||||
|
||||
public get(key: string): any {
|
||||
|
||||
Reference in New Issue
Block a user