Skip to content

Commit a78f76a

Browse files
dinitriHashirRajah
andauthored
Update src/android/ImagePicker.java
Co-authored-by: Mouhammad Hashir Hassam Rajah <[email protected]>
1 parent b3b727e commit a78f76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/ImagePicker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ private void showMaxLimitWarning(boolean useFilePicker) {
294294
}
295295
private void showMaxLimitWarning(int deviceMaxLimit) {
296296
String toastMsg = "The maximumImagesCount:" + this.maxImageCount +
297-
"is greater than the device's max limit of images that can be selected from the MediaStore:" + deviceMaxLimit +
297+
" is greater than the device's max limit of images that can be selected from the MediaStore: " + deviceMaxLimit +
298298
". Maximum number of images that can be selected is:" + deviceMaxLimit;
299299

300300
(Toast.makeText(cordova.getContext(), toastMsg, Toast.LENGTH_LONG)).show();

0 commit comments

Comments
 (0)