mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 17:10:15 +08:00
Spelling: after
This commit is contained in:
parent
ae3ba129ea
commit
4f5515fde3
@ -762,7 +762,7 @@ public class CameraLauncher extends Plugin implements MediaScannerConnectionClie
|
|||||||
try{
|
try{
|
||||||
this.conn.scanFile(this.scanMe.toString(), "image/*");
|
this.conn.scanFile(this.scanMe.toString(), "image/*");
|
||||||
} catch (java.lang.IllegalStateException e){
|
} catch (java.lang.IllegalStateException e){
|
||||||
LOG.e(LOG_TAG, "Can't scan file in MediaScanner aftering taking picture");
|
LOG.e(LOG_TAG, "Can't scan file in MediaScanner after taking picture");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user