mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
fix thumbnail issue 3526 (#3617)
This commit is contained in:
parent
dec68ed922
commit
00e9357115
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ public class OkHttpJsonApiClient {
|
||||||
if (binding.getSubclassLabel().getXmlLang() != null) {
|
if (binding.getSubclassLabel().getXmlLang() != null) {
|
||||||
String label = binding.getSubclassLabel().getValue();
|
String label = binding.getSubclassLabel().getValue();
|
||||||
String entityId = binding.getSubclass().getValue();
|
String entityId = binding.getSubclass().getValue();
|
||||||
entityId = entityId.substring(entityId.lastIndexOf("/") - 1);
|
entityId = entityId.substring(entityId.lastIndexOf("/") + 1);
|
||||||
subItems.add(new DepictedItem(label, "", "", false,entityId ));
|
subItems.add(new DepictedItem(label, "", "", false,entityId ));
|
||||||
Timber.e(label);
|
Timber.e(label);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue