Skip to content

Commit

Permalink
Fix removing delete key background in emoji view (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackyHawky authored Aug 16, 2023
1 parent a20a09e commit cbff614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ private void onTouchUp(final View v) {
}

private void onTouchCanceled(final View v) {
v.setBackgroundColor(Color.TRANSPARENT);
v.setPressed(false);
}
}
}

0 comments on commit cbff614

Please sign in to comment.