1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-12-03 23:18:05 +00:00

update gradle and fix load image error string

This commit is contained in:
Christian Schabesberger
2016-08-20 00:56:10 +02:00
parent 2601bf6d81
commit 6dc5350c43
3 changed files with 5 additions and 3 deletions

View File

@@ -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.";
}