( listenablePrefs.get().isSkipUncommented() &&
patch.getCommentCount() == 0 ) ) {
return null;
}
Key thisKey = patch.getKey();
PatchLink link;
if (patchType == PatchScreen.Type.SIDE_BY_SIDE
&& patch.getPatchType() == Patch.PatchType.UNIFIED) {
link = new PatchLink.SideBySide("", base, thisKey, index, detail, this);
} else {