Remove the 'Change SHA1:' from the PatchScreen title
This extra info in the title is not useful so removing it makes the PatchScreen less cluttered by default. Change-Id: Ib760287410e718eb023005c13a456d875b9e5edc
This commit is contained in:
@@ -395,8 +395,8 @@ public abstract class PatchScreen extends Screen implements
|
||||
fileName = fileName.substring(last + 1);
|
||||
}
|
||||
|
||||
setWindowTitle(PatchUtil.M.patchWindowTitle(cid.abbreviate(), fileName));
|
||||
setPageTitle(PatchUtil.M.patchPageTitle(cid.abbreviate(), path));
|
||||
setWindowTitle(fileName);
|
||||
setPageTitle(path);
|
||||
|
||||
if (idSideB.equals(patchSetDetail.getPatchSet().getId())) {
|
||||
commitMessageBlock.setVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user