mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
parent
8a9bfbeefe
commit
239f74942f
2 changed files with 6 additions and 0 deletions
|
|
@ -263,6 +263,10 @@ public class ImageUtils {
|
|||
errorMessage.append("\n - ").append(context.getResources().getString(R.string.upload_problem_fbmd));
|
||||
}
|
||||
|
||||
if ((FILE_NO_EXIF & result) != 0){
|
||||
errorMessage.append("\n - ").append(context.getResources().getString(R.string.internet_downloaded));
|
||||
}
|
||||
|
||||
errorMessage.append("\n\n").append(context.getResources().getString(R.string.upload_problem_do_you_continue));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue