mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Removed unnecessary override 2
This commit is contained in:
parent
2b2c7eed69
commit
f54b915046
1 changed files with 0 additions and 5 deletions
|
|
@ -33,11 +33,6 @@ public class PrefixUpdater extends AsyncTask<Void, Void, ArrayList<String>> {
|
||||||
catFragment.categoriesSkip.setVisibility(View.GONE);
|
catFragment.categoriesSkip.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onPostExecute(ArrayList<String> categories) {
|
|
||||||
super.onPostExecute(categories);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected ArrayList<String> doInBackground(Void... voids) {
|
protected ArrayList<String> doInBackground(Void... voids) {
|
||||||
//If user hasn't typed anything in yet, get GPS and recent items
|
//If user hasn't typed anything in yet, get GPS and recent items
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue