Files.app: Show thumbnail of non-image file even when the file cache is present
Previously, thumbnails of offline-available non-image files were not shown. This was because we tried to show self-generated thumbnails when the file cache was present. But we can't generate thumbnails of non-image so the thumbnails of video files were not shown. With this patch, if thumbnail can't be generated, the thumbnail from the external provider shows instead. BUG=415048 TEST=manual tested Review URL: https://codereview.chromium.org/574293002 Cr-Commit-Position: refs/heads/master@{#295893}
Showing
Please register or sign in to comment