Skip to content

Commit

Permalink
Merge pull request #13356 from nextcloud/bugfix/delete-video-while-pr…
Browse files Browse the repository at this point in the history
…eviewing

Bugfix - Delete Video While Previewing
  • Loading branch information
alperozturk96 authored Aug 5, 2024
2 parents d1931bf + 85e4de6 commit 04e85cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ class PreviewMediaActivity :
}

R.id.action_remove_file -> {
exoPlayer?.stop()
val dialog = RemoveFilesDialogFragment.newInstance(file)
dialog.show(supportFragmentManager, ConfirmationDialogFragment.FTAG_CONFIRMATION)
}
Expand Down

0 comments on commit 04e85cc

Please sign in to comment.