Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
530
Issue boards
Milestones
Wiki
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
a21a0889
Commit
a21a0889
authored
5 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Crash fix
parent
2c4ff0e6
No related branches found
No related tags found
1 merge request
!208
Fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vlc-android/src/org/videolan/vlc/util/ThumbnailsProvider.kt
+1
-1
1 addition, 1 deletion
vlc-android/src/org/videolan/vlc/util/ThumbnailsProvider.kt
with
1 addition
and
1 deletion
vlc-android/src/org/videolan/vlc/util/ThumbnailsProvider.kt
+
1
−
1
View file @
a21a0889
...
...
@@ -42,7 +42,7 @@ object ThumbnailsProvider {
@WorkerThread
fun
getFolderThumbnail
(
folder
:
AbstractFolder
,
width
:
Int
):
Bitmap
?
{
val
media
=
listOf
(*
folder
.
media
(
AbstractFolder
.
TYPE_FOLDER_VIDEO
,
AbstractMedialibrary
.
SORT_DEFAULT
,
true
,
4
,
0
))
val
media
=
folder
.
media
(
AbstractFolder
.
TYPE_FOLDER_VIDEO
,
AbstractMedialibrary
.
SORT_DEFAULT
,
true
,
4
,
0
)
.
filterNotNull
(
)
return
getComposedImage
(
"folder:"
+
folder
.
title
,
media
,
width
)
}
...
...
This diff is collapsed.
Click to expand it.
Geoffrey Métais
@Dekans
mentioned in commit
a4121c3c
·
5 years ago
mentioned in commit
a4121c3c
mentioned in commit a4121c3c39279208ef2005a90196e4ce5bc77f47
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment