QuakeInjector icon indicating copy to clipboard operation
QuakeInjector copied to clipboard

if DB download is cancelled, existing DB is not shown

Open neogeographica opened this issue 8 years ago • 0 comments

Something I've noticed while Quaddicted is being cantankerous at the moment...

If I just yank out my network cable, then the Injector fails to download a new DB and the main pane correctly shows the existing DB contents.

However if I have a good network connection but Quaddicted just leaves the request hanging forever, and I manually cancel it, I still get the dialog saying "using previously download info", but the main pane is now blank.

The DB is still OK, it's just not being shown.

I took a look at this out of curiousity / for my own education, and maayyybe the deal is that doParseDatabase.doInBackground needs to catch and process InterruptedException (as it does with those other exception types).

neogeographica avatar Feb 10 '17 22:02 neogeographica