Skip to content

Commit

Permalink
PWN-8905 - comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gslevinkov committed Jun 26, 2023
1 parent 3c57d6a commit e8c649d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class SendLinkGenerationResultFragment : BaseFragment(R.layout.fragment_send_lin
imageViewCopy.setOnClickListener {
svlAnalytics.logLinkCopyIconClicked()
requireContext().copyToClipBoard(state.formattedLink)
showUiKitSnackBar(messageResId = R.string.send_via_link_generation_copied)
showUiKitSnackBar(messageResId = R.string.general_copied)
}
}
is LinkGenerationState.Error -> {
Expand Down

0 comments on commit e8c649d

Please sign in to comment.