mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
rebased
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
982184265e
commit
18137d16eb
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue