Uploaded image for project: 'JSword'
  1. JSword
  2. JS-130

IndexDownloader does not set IndexStatus after downloading an index

    Details

      Description

      I found it necessary to set the index status after downloading an index in IndexDownloader.downloadIndex(..)

      Just before the finally I added

      book.deactivate(null);
      book.activate(null);
      book.setIndexStatus(IndexStatus.DONE);

      I think the deactivation and reactivation is probably unnecessary but believe the index status needs to be set. In other words my code started working after I added setIndexStatus but not before.

        Attachments

          Activity

            People

            • Assignee:
              dmsmith DM Smith
              Reporter:
              mjdenham Martin Denham
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: