Skip to content

Commit

Permalink
Copy key press visual feedback #545
Browse files Browse the repository at this point in the history
  • Loading branch information
codokie committed Apr 2, 2024
1 parent e385068 commit db818f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ public void onClick(final View view) {
updateKeys(); // update icon
view.setActivated(!view.isActivated());
}
else if (tag == ToolbarKey.CLEAR_CLIPBOARD) {
else if (tag == ToolbarKey.CLEAR_CLIPBOARD || tag == ToolbarKey.COPY) {
Animator animator = AnimatorInflater.loadAnimator(getContext(), R.animator.button_alpha_transition);
animator.setTarget(view);
animator.start();
Expand Down

0 comments on commit db818f1

Please sign in to comment.