mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix indent."
This commit is contained in:
commit
5f9f4b929b
@ -723,7 +723,7 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange
|
||||
// Make sure the delayed key-down event (highlight effect and haptic feedback) will be
|
||||
// canceled.
|
||||
final EmojiPageKeyboardView currentKeyboardView =
|
||||
mActiveKeyboardViews.get(mActivePosition);
|
||||
mActiveKeyboardViews.get(mActivePosition);
|
||||
currentKeyboardView.releaseCurrentKey();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user