Skip to content

Commit

Permalink
Remove title
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianDevel committed Apr 5, 2022
1 parent 6a1c47f commit 2ed7252
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@ class PreviewSliderFragment : Fragment(), FileInfoActionsView.OnItemClickListene
override fun copyPublicLink() {
bottomSheetFileInfos.createPublicCopyLink(onSuccess = { file ->
previewSliderAdapter.updateFile(currentFile.id) { it.shareLink = file?.shareLink }
showSnackbar(titleId = R.string.fileInfoLinkCopiedToClipboard)
showSnackbar(R.string.fileInfoLinkCopiedToClipboard)
toggleBottomSheet(true)
}, onError = { translatedError ->
showSnackbar(title = translatedError)
showSnackbar(translatedError)
toggleBottomSheet(true)
})
}
Expand Down

0 comments on commit 2ed7252

Please sign in to comment.