Skip to content

Commit 50bb259

Browse files
committed
Patches display was showing duped info for additional info
1 parent d09b2fa commit 50bb259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fuzion24/device/vulnerability/test/adapter/viewholder/RecyclerItemViewHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void onClick(View v) {
9494
textViewMoreInfo.setText(TextUtils.join("\n", moreInfo));
9595
Linkify.addLinks(textViewMoreInfo, Linkify.WEB_URLS);
9696

97-
textViewPatches.setText(TextUtils.join("\n", moreInfo));
97+
textViewPatches.setText(TextUtils.join("\n", patches));
9898
Linkify.addLinks(textViewPatches, Linkify.WEB_URLS);
9999

100100
textViewCvssv2.setText(String.format(Locale.getDefault(), "%.1f", cvssv2Score));

0 commit comments

Comments
 (0)