353354355356357358359360361362363
{ super.onResponseReceived(response); if (token.isInvalid()) return; DiffParser parser = strategy_.createParserForCommit(response); view_.getCommitDetail().setDetails( parser, !strategy_.isShowFileSupported()); commitShowing_ = commitInfo.getId(); }