mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add onPostExecute override
This commit is contained in:
parent
cf20bce6e6
commit
c7761bcd09
1 changed files with 6 additions and 0 deletions
|
|
@ -62,4 +62,10 @@ public class ExistingFileAsync extends AsyncTask<Void, Void, Boolean> {
|
|||
Log.d(TAG, "File already exists in Commons:" + fileExists);
|
||||
return fileExists;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onPostExecute(Boolean fileExists) {
|
||||
super.onPostExecute(fileExists);
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue