mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Minor changes
This commit is contained in:
parent
55675f4428
commit
78a0d1c009
1 changed files with 5 additions and 2 deletions
|
|
@ -344,7 +344,7 @@ public class CategorizationFragment extends SherlockFragment{
|
||||||
}
|
}
|
||||||
catch (InterruptedException e) {
|
catch (InterruptedException e) {
|
||||||
Log.w(TAG, e);
|
Log.w(TAG, e);
|
||||||
Thread.currentThread().interrupt();
|
//Thread.currentThread().interrupt();
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
@ -372,14 +372,17 @@ public class CategorizationFragment extends SherlockFragment{
|
||||||
latch.countDown();
|
latch.countDown();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void startUpdatingCategoryList() {
|
private void startUpdatingCategoryList() {
|
||||||
|
|
||||||
requestSearchResults();
|
requestSearchResults();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if (prefixUpdater != null) {
|
if (prefixUpdater != null) {
|
||||||
prefixUpdaterSub.cancel(true);
|
prefixUpdater.cancel(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (methodAUpdaterSub != null) {
|
if (methodAUpdaterSub != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue