update gradle and fix load image error string
This commit is contained in:
parent
2601bf6d81
commit
6dc5350c43
3 changed files with 5 additions and 3 deletions
|
|
@ -345,6 +345,8 @@ public class ErrorActivity extends AppCompatActivity {
|
|||
return SOMETHING_ELSE_STRING;
|
||||
case USER_REPORT:
|
||||
return USER_REPORT_STRING;
|
||||
case LOAD_IMAGE:
|
||||
return LOAD_IMAGE_STRING;
|
||||
default:
|
||||
return "Your description is in another castle.";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue