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