Fix token related crash

This commit is contained in:
Lyu Zong-Hong
2021-08-02 14:29:53 +09:00
parent 7a615c3a7c
commit 1cd8255ab6
2 changed files with 0 additions and 25 deletions

View File

@@ -165,8 +165,6 @@ public class ImageCache {
if (StringUtils.isBlank(imageKey)) {
return _defaultImage;
}
} else if (imageKey.startsWith(ImageKeys.TOKEN_PREFIX) && cardView != null && cardView.isToken()) {
ipc = ImageUtil.getPaperTokenFromImageKey(imageKey);
}
// Load from file and add to cache if not found in cache initially.