Skip to content

Commit

Permalink
Update PictureImageGridAdapter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
viqbgrg authored Jun 15, 2017
1 parent f00d922 commit ee49cd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ private void changeCheckboxState(ViewHolder contentHolder, LocalMedia image) {
}
}else {
if (selectImages.size() >= 1 && !isChecked) {
String str = context.getString(R.string.picture_message_max_num, 1);
String str = context.getString(R.string.picture_message_video_max_num, 1);
Toast.makeText(context, str, Toast.LENGTH_LONG).show();
return;
}
Expand Down

0 comments on commit ee49cd5

Please sign in to comment.