mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-16 00:11:03 +08:00
Spelling: retrieve
This commit is contained in:
parent
2c7c13420b
commit
5e7efde311
@ -392,7 +392,7 @@ public class CameraLauncher extends Plugin implements MediaScannerConnectionClie
|
|||||||
// If we don't have a valid image so quit.
|
// If we don't have a valid image so quit.
|
||||||
if (imagePath == null) {
|
if (imagePath == null) {
|
||||||
Log.d(LOG_TAG, "I either have a null image path or bitmap");
|
Log.d(LOG_TAG, "I either have a null image path or bitmap");
|
||||||
this.failPicture("Unable to retreive path to picture!");
|
this.failPicture("Unable to retrieve path to picture!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Bitmap bitmap = getScaledBitmap(imagePath);
|
Bitmap bitmap = getScaledBitmap(imagePath);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user