Merge "Change PatchTable pointer when loading patch"

This commit is contained in:
Martin Fick
2012-06-11 09:52:56 -07:00
committed by gerrit code review

View File

@@ -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>() {