Merge "Show commit message in PatchScreen if old patch sets are compared"
This commit is contained in:
@@ -403,6 +403,7 @@ public abstract class PatchScreen extends Screen implements
|
||||
new GerritCallback<PatchSetDetail>() {
|
||||
@Override
|
||||
public void onSuccess(PatchSetDetail result) {
|
||||
commitMessageBlock.setVisible(true);
|
||||
commitMessageBlock.display(result.getInfo().getMessage());
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user