Skip to content

Commit e8b1081

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

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
@@ -295,7 +295,7 @@ private void showMaxLimitWarning(boolean useFilePicker) {
295295
private void showMaxLimitWarning(int deviceMaxLimit) {
296296
String toastMsg = "The maximumImagesCount:" + this.maxImageCount +
297297
" is greater than the device's max limit of images that can be selected from the MediaStore: " + deviceMaxLimit +
298-
". Maximum number of images that can be selected is:" + deviceMaxLimit;
298+
". Maximum number of images that can be selected is: " + deviceMaxLimit;
299299

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

0 commit comments

Comments
 (0)