Merge "Don't set the change to null due to a nav away from change view"

This commit is contained in:
Dave Borowitz 2015-12-21 23:41:14 +00:00 committed by Gerrit Code Review
commit ecc283401b

View File

@ -294,8 +294,6 @@ limitations under the License.
this._changeNum = value.changeNum;
this._patchNum = value.patchNum;
if (!this._changeNum) {
this._change = null;
this._comments = null;
return;
}
this._reload();