Fix various issues with optimized media.

This commit is contained in:
Cody Henthorne
2025-11-19 12:46:02 -05:00
parent 6680e74cea
commit d918e11cab
13 changed files with 123 additions and 29 deletions

View File

@@ -403,7 +403,7 @@ public class ThumbnailView extends FrameLayout {
}
if (hasSameContents(this.slide, slide)) {
Log.i(TAG, "Not re-loading slide " + slide.asAttachment().getUri());
Log.i(TAG, "Not re-loading slide " + slide.asAttachment().getDisplayUri());
return new SettableFuture<>(false);
}