Skip to content

Commit

Permalink
Merge pull request #13143 from nextcloud/refactor/convert-PreviewMedi…
Browse files Browse the repository at this point in the history
…aFragment-to-kt

Convert Preview Media Fragment to Kotlin
  • Loading branch information
alperozturk96 authored Jun 17, 2024
2 parents 2aa64aa + 7254756 commit 45dacc1
Show file tree
Hide file tree
Showing 4 changed files with 722 additions and 709 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class FileActionsBottomSheet : BottomSheetDialogFragment(), Injectable {

private val thumbnailAsyncTasks = mutableListOf<ThumbnailsCacheManager.ThumbnailGenerationTask>()

interface ResultListener {
fun interface ResultListener {
fun onResult(@IdRes actionId: Int)
}

Expand Down
Loading

0 comments on commit 45dacc1

Please sign in to comment.