[Android] Remove cancellation early call

Geoffrey Métais git at videolan.org
Mon Dec 2 10:34:20 CET 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey at videolan.org> | Mon Dec  2 10:34:18 2019 +0100| [7cf9460897ad53bc0de017085ffa76266c8bf308] | committer: Geoffrey Métais

Remove cancellation early call

Fix #1106

> https://code.videolan.org/videolan/vlc-android/commit/7cf9460897ad53bc0de017085ffa76266c8bf308
---

 vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.kt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.kt b/vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.kt
index 8734dbfcf..2ac703b32 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.kt
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.kt
@@ -227,7 +227,6 @@ class VideoGridFragment : MediaBrowserFragment<VideosViewModel>(), SwipeRefreshL
 
     override fun onStop() {
         super.onStop()
-        lifecycleScope.coroutineContext.cancelChildren()
         unregisterForContextMenu(binding.videoGrid)
     }
 



More information about the Android mailing list