mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add TODO
This commit is contained in:
parent
c7761bcd09
commit
99af3feaec
1 changed files with 1 additions and 1 deletions
|
|
@ -66,6 +66,6 @@ public class ExistingFileAsync extends AsyncTask<Void, Void, Boolean> {
|
||||||
@Override
|
@Override
|
||||||
protected void onPostExecute(Boolean fileExists) {
|
protected void onPostExecute(Boolean fileExists) {
|
||||||
super.onPostExecute(fileExists);
|
super.onPostExecute(fileExists);
|
||||||
|
//TODO: Add Dialog here to tell user file exists, do you want to continue? Yes/No
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue