mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
getTargetFromat -> getTargetFormat
This commit is contained in:
@ -132,7 +132,7 @@ export class ImageSource implements definition.ImageSource {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function getTargetFromat(format: string): android.graphics.Bitmap.CompressFormat {
|
function getTargetFormat(format: string): android.graphics.Bitmap.CompressFormat {
|
||||||
ensureEnums();
|
ensureEnums();
|
||||||
|
|
||||||
switch (format) {
|
switch (format) {
|
||||||
|
Reference in New Issue
Block a user