We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea7e6e commit 82b5904Copy full SHA for 82b5904
app/src/main/java/fr/free/nrw/commons/category/CategorizationFragment.java
@@ -80,7 +80,7 @@ public static interface OnCategoriesSaveHandler {
80
MethodAUpdater methodAUpdaterSub;
81
82
private final ArrayList<String> titleCatItems = new ArrayList<String>();
83
- final CountDownLatch mergeLatch = new CountDownLatch(2);
+ final CountDownLatch mergeLatch = new CountDownLatch(1);
84
85
private ContentProviderClient client;
86
@@ -171,8 +171,6 @@ protected ArrayList<String> recentCatQuery() {
171
catch (RemoteException e) {
172
throw new RuntimeException(e);
173
}
174
-
175
- mergeLatch.countDown();
176
return items;
177
178
0 commit comments