Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-08-05 16:07:46 +02:00
parent d1931bfd78
commit 85e4de6220
No known key found for this signature in database
GPG key ID: 4E577DC593B59BDF

View file

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