mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-21 22:59:10 +00:00
Fix removing delete key background in emoji view (#82)
This commit is contained in:
parent
a20a09e05b
commit
cbff614672
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ public final class EmojiPalettesView extends LinearLayout
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onTouchCanceled(final View v) {
|
private void onTouchCanceled(final View v) {
|
||||||
v.setBackgroundColor(Color.TRANSPARENT);
|
v.setPressed(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue