Skip to content
Snippets Groups Projects
Commit 655813cf authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Geoffrey Métais
Browse files

Mark VideoGroup getName method as WorkerThread

parent bb15420f
No related branches found
No related tags found
1 merge request!563Manual groups improvements
Pipeline #16440 passed with stage
in 39 minutes and 16 seconds
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment