Signed-off-by: alperozturk <alper_ozturk@proton.me>
@@ -549,6 +549,7 @@ class PreviewMediaActivity :
}
R.id.action_remove_file -> {
+ exoPlayer?.stop()
val dialog = RemoveFilesDialogFragment.newInstance(file)
dialog.show(supportFragmentManager, ConfirmationDialogFragment.FTAG_CONFIRMATION)