Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2018-03-23 13:04:38 +01:00 committed by AndyScherzinger
parent 982184265e
commit 18137d16eb
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -488,6 +488,9 @@ public class UploadListAdapter extends SectionedRecyclerViewAdapter<SectionedVie
status = mParentActivity.getString(
R.string.uploads_view_upload_status_waiting_exit_power_save_mode);
break;
case VIRUS_DETECTED:
status = mParentActivity.getString(R.string.uploads_view_upload_status_virus_detected);
break;
default:
status = "New fail result but no description for the user";
break;