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

Remove cancellation early call

Fix #1106
parent 5b3fd74c
No related branches found
No related tags found
1 merge request!329Remove cancellation early call
Pipeline #11457 passed with stage
in 5 minutes and 25 seconds
......@@ -227,7 +227,6 @@ class VideoGridFragment : MediaBrowserFragment<VideosViewModel>(), SwipeRefreshL
override fun onStop() {
super.onStop()
lifecycleScope.coroutineContext.cancelChildren()
unregisterForContextMenu(binding.videoGrid)
}
......
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