mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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();
|
||||
|
||||
switch (format) {
|
||||
|
||||
Reference in New Issue
Block a user