Merge "Change PatchTable pointer when loading patch"
This commit is contained in:
@@ -297,6 +297,9 @@ public abstract class PatchScreen extends Screen implements
|
||||
@Override
|
||||
protected void onLoad() {
|
||||
super.onLoad();
|
||||
|
||||
fileList.movePointerTo(patchKey);
|
||||
|
||||
if (patchSetDetail == null) {
|
||||
Util.DETAIL_SVC.patchSetDetail(idSideB,
|
||||
new GerritCallback<PatchSetDetail>() {
|
||||
|
||||
Reference in New Issue
Block a user