Add ExpandAllComments checkbox in PatchScreen

Change-Id: I2bc786285940655d17c498ec6abbe8dfe8e5e974
This commit is contained in:
Raviteja Sunkara
2011-03-29 14:49:15 +05:30
parent 55e9025582
commit 3ec87fa1be
10 changed files with 77 additions and 21 deletions

View File

@@ -438,7 +438,7 @@ public abstract class PatchScreen extends Screen implements
if (hasDifferences) {
contentTable.display(patchKey, idSideA, idSideB, script);
contentTable.display(script.getCommentDetail());
contentTable.display(script.getCommentDetail(), script.isExpandAllComments());
contentTable.finishDisplay();
}
showPatch(hasDifferences);