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.
2 parents 5092e83 + 89d91d6 commit 74958c6Copy full SHA for 74958c6
commons/src/main/java/org/wikimedia/commons/CategorizationFragment.java
@@ -126,6 +126,8 @@ protected void onPostExecute(ArrayList<String> categories) {
126
categoriesNotFoundView.setText(getString(R.string.categories_not_found, filter));
127
categoriesNotFoundView.setVisibility(View.VISIBLE);
128
}
129
+ } else {
130
+ categoriesList.smoothScrollToPosition(existingKeys.size());
131
132
133
0 commit comments