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
No related merge requests found
Pipeline #16437 canceled with stage
......@@ -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