Fix button deactivation after dictionary download
app/src/main/java/eu/lepiller/nani/DictionaryDownloadActivity.java
| 330 | 330 | protected void onPostExecute(String result) { | |
| 331 | 331 | download_bar.setProgress(100); | |
| 332 | 332 | removeProgress(); | |
| 333 | + | currentDownloadTask = null; | |
| 333 | 334 | updateLayout(d); | |
| 334 | 335 | if(!d.isDownloaded() && d.getExpectedFileSize() <= d.getSize()) { | |
| 335 | 336 | Snackbar.make(findViewById(R.id.name_view), getString(R.string.error_dico_checksum_fail), |