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:
@@ -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.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user