QuakeInjector
QuakeInjector copied to clipboard
if DB download is cancelled, existing DB is not shown
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).