Skip to content

Commit

Permalink
feat(PublicShareCleanCode): Remove the print button in the FileInfoAc…
Browse files Browse the repository at this point in the history
…tionsBottomSheet again
  • Loading branch information
FabianDevel committed Sep 24, 2024
1 parent 0881471 commit e45557f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class FileInfoActionsBottomSheetDialog : BottomSheetDialogFragment(), FileInfoAc
isSharedWithMe = navigationArgs.userDrive.sharedWithMe,
)
updateCurrentFile(currentFile)
setPrintVisibility(isGone = !currentFile.isPDF())
setPrintVisibility(isGone = true)
}

setupBackActionHandler()
Expand Down

0 comments on commit e45557f

Please sign in to comment.