Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6bea296 authored by Michael W's avatar Michael W Committed by Michael Bestas
Browse files

LatinIME: Fix emoji delete key changing color when swiping

When pressing the delete key and then swiping away, the key changes
its' color to transparent and won't change back ever

Change-Id: Ie64fd6dcb16a623626535cd2954305359e7675e9
parent e6e1366a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -482,7 +482,7 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange
        }
        }


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


        private void onClick() {
        private void onClick() {