Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Pomepuy
VLC-Android
Commits
655813cf
Commit
655813cf
authored
4 years ago
by
Nicolas Pomepuy
Committed by
Geoffrey Métais
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Mark VideoGroup getName method as WorkerThread
parent
bb15420f
No related branches found
No related tags found
No related merge requests found
Pipeline
#16437
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
medialibrary/src/org/videolan/medialibrary/media/VideoGroupImpl.java
+1
-0
1 addition, 0 deletions
...y/src/org/videolan/medialibrary/media/VideoGroupImpl.java
with
1 addition
and
0 deletions
medialibrary/src/org/videolan/medialibrary/media/VideoGroupImpl.java
+
1
−
0
View file @
655813cf
...
...
@@ -56,6 +56,7 @@ public class VideoGroupImpl extends VideoGroup {
@Override
@Nullable
@WorkerThread
public
String
getName
()
{
final
Medialibrary
ml
=
Medialibrary
.
getInstance
();
return
ml
.
isInitiated
()
?
nativeGroupName
(
ml
,
mId
)
:
null
;
...
...
This diff is collapsed.
Click to expand it.
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