Skip to content

Commit

Permalink
chore: Handle forgotten feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Dec 27, 2024
1 parent fa5bf30 commit d0ec814
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,7 @@ private fun TransferDetailsScreen(
BottomBarItem.SHARE -> context.shareText(transferUrl)
BottomBarItem.QR_CODE -> showQrCodeBottomSheet = true
BottomBarItem.PASSWORD -> showPasswordBottomSheet = true
BottomBarItem.DOWNLOAD -> {
// TODO: Move the multiselect elsewhere, and implement this feature
// isMultiselectOn = true // Disabled for now because it's not the correct spot to do this
}
BottomBarItem.DOWNLOAD -> downloadFiles()
BottomBarItem.MULTISELECT_DOWNLOAD -> {
// TODO: Move the multiselect elsewhere, and implement this feature
// clearCheckedFiles() // Disabled for now because it's not the correct spot to do this
Expand Down

0 comments on commit d0ec814

Please sign in to comment.