Skip to content
Snippets Groups Projects
Commit 9f905462 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Set update task private

No need to expose it.
parent 6633c6ec
No related branches found
No related tags found
No related merge requests found
......@@ -395,7 +395,7 @@ public class MainTvActivity extends BaseTvActivity implements OnItemViewSelected
}
};
public class AsyncUpdate extends AsyncTask<Void, Void, Void> {
private class AsyncUpdate extends AsyncTask<Void, Void, Void> {
boolean showHistory;
MediaWrapper[] history, videoList;
......
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